#6AE162

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

Shades of Pastel Green #6AE162

Tints of Pastel Green #6AE162

Color information

#6AE162 (or 0x6AE162) is unknown color: approx Pastel Green. HEX triplet: 6A, E1 and 62. RGB value is (106,225,98). Sum of RGB (Red+Green+Blue) = 106+225+98=429 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.71% from 429); Green value is 225 (88.28% from 255 or 52.45% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 225 - color contains mainly: green. Hex color #6AE162 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AE162 is #951E9D. Grayscale: #AFAFAF. Windows color (decimal): -9772702 or 6480234. OLE color: 6480234.

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

Color convert

RGB10622598-
CMYK0.5300.560.12
HSL116.22º67.91%63.33%-
HSV(B)116.22º56.44%88.24%-
XYZ35.0757.820.86-
YUV174.9484.5878.83-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.71%
GREEN value IS 225 (88.28% from 255) = 52.45%
BLUE value IS 98 (38.67% from 255) = 22.84%
R=24.71%
G=52.45%
B=22.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal106225980.5300.560.12116.2267.9163.33
Hex6AE16235038C74443f
Octal152341142650701416410477
Binary11010101110000111000101101010111000110011101001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,225,98); }

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

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

 a { background-color: rgb(106,225,98); }

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

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

 span { border-color: rgb(106,225,98); }

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