#9AF29E

Color #9AF29E Pale Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Green #9AF29E

Tints of Pale Green #9AF29E

Color information

#9AF29E (or 0x9AF29E) is unknown color: approx Pale Green. HEX triplet: 9A, F2 and 9E. RGB value is (154,242,158). Sum of RGB (Red+Green+Blue) = 154+242+158=554 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.80% from 554); Green value is 242 (94.92% from 255 or 43.68% from 554); Blue value is 158 (62.11% from 255 or 28.52% from 554); Max value from RGB is 242 - color contains mainly: green. Hex color #9AF29E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF29E is #650D61. Grayscale: #CECECE. Windows color (decimal): -6622562 or 10416794. OLE color: 10416794.

HSL color Cylindrical-coordinate representation of color #9AF29E: hue angle of 122.73º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AF29E is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB154242158-
CMYK0.3600.350.05
HSL122.73º77.19%77.65%-
HSV(B)122.73º36.36%94.9%-
XYZ51.2572.8443.71-
YUV206.11100.8590.83-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.80%
GREEN value IS 242 (94.92% from 255) = 43.68%
BLUE value IS 158 (62.11% from 255) = 28.52%
R=27.80%
G=43.68%
B=28.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1542421580.3600.350.05122.7377.1977.65
Hex9AF29E2402357b4d4e
Octal232362236440435173115116
Binary1001101011110010100111101001000100011101111101110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AF29E; }

 p { color: rgb(154,242,158); }

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

<style>
 a { background-color: #9AF29E; }

 a { background-color: rgb(154,242,158); }

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

<style>
 span { border-color: #9AF29E; }

 span { border-color: rgb(154,242,158); }

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