#9AF09D

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

Shades of Pale Green #9AF09D

Tints of Pale Green #9AF09D

Color information

#9AF09D (or 0x9AF09D) is unknown color: approx Pale Green. HEX triplet: 9A, F0 and 9D. RGB value is (154,240,157). Sum of RGB (Red+Green+Blue) = 154+240+157=551 (72% of max value = 765). Red value is 154 (60.55% from 255 or 27.95% from 551); Green value is 240 (94.14% from 255 or 43.56% from 551); Blue value is 157 (61.72% from 255 or 28.49% from 551); Max value from RGB is 240 - color contains mainly: green. Hex color #9AF09D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF09D is #650F62. Grayscale: #CDCDCD. Windows color (decimal): -6623075 or 10350746. OLE color: 10350746.

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

Color convert

RGB154240157-
CMYK0.3600.350.06
HSL122.09º74.14%77.25%-
HSV(B)122.09º35.83%94.12%-
XYZ50.5771.6243.06-
YUV204.82101.0191.75-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.95%
GREEN value IS 240 (94.14% from 255) = 43.56%
BLUE value IS 157 (61.72% from 255) = 28.49%
R=27.95%
G=43.56%
B=28.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1542401570.3600.350.06122.0974.1477.25
Hex9AF09D2402367a4a4d
Octal232360235440436172112115
Binary1001101011110000100111011001000100011110111101010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,240,157); }

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

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

 a { background-color: rgb(154,240,157); }

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

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

 span { border-color: rgb(154,240,157); }

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