#6AE072

Color #6AE072 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #6AE072

Tints of Pastel Green #6AE072

Color information

#6AE072 (or 0x6AE072) is unknown color: approx Pastel Green. HEX triplet: 6A, E0 and 72. RGB value is (106,224,114). Sum of RGB (Red+Green+Blue) = 106+224+114=444 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.87% from 444); Green value is 224 (87.89% from 255 or 50.45% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 224 - color contains mainly: green. Hex color #6AE072 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AE072 is #951F8D. Grayscale: #B0B0B0. Windows color (decimal): -9772942 or 7528554. OLE color: 7528554.

HSL color Cylindrical-coordinate representation of color #6AE072: hue angle of 124.07º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6AE072 is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB106224114-
CMYK0.5300.490.12
HSL124.07º65.56%64.71%-
HSV(B)124.07º52.68%87.84%-
XYZ35.6457.5925.16-
YUV176.1892.9177.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 106 (41.80% from 255) = 23.87%
GREEN value IS 224 (87.89% from 255) = 50.45%
BLUE value IS 114 (44.92% from 255) = 25.68%
R=23.87%
G=50.45%
B=25.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1062241140.5300.490.12124.0765.5664.71
Hex6AE07235031C7c4241
Octal1523401626506114174102101
Binary110101011100000111001011010101100011100111110010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AE072; }

 p { color: rgb(106,224,114); }

 H1.HeaderClassName
 {
   color: #6AE072;
 }
 .AnyTagClassName
 {
   color: #6AE072;
 }
</style>
background-color css

<style>
 a { background-color: #6AE072; }

 a { background-color: rgb(106,224,114); }

 div.DivClassName
 {
   background-color: #6AE072;
 }
 .BgClassName
 {
   background-color: #6AE072;
 }
</style>
border-color css

<style>
 span { border-color: #6AE072; }

 span { border-color: rgb(106,224,114); }

 td.TdClassName
 {
   border-color: #6AE072;
 }
 .TagClassName
 {
   border-color: #6AE072;
 }
</style>