#9af0a3

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

Shades of Pale Green #9AF0A3

Tints of Pale Green #9AF0A3

Color information

#9AF0A3 (or 0x9AF0A3) is unknown color: approx Pale Green. HEX triplet: 9A, F0 and A3. RGB value is (154,240,163). Sum of RGB (Red+Green+Blue) = 154+240+163=557 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.65% from 557); Green value is 240 (94.14% from 255 or 43.09% from 557); Blue value is 163 (64.06% from 255 or 29.26% from 557); Max value from RGB is 240 - color contains mainly: green. Hex color #9AF0A3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF0A3 is #650F5C. Grayscale: #CDCDCD. Windows color (decimal): -6623069 or 10743962. OLE color: 10743962.

HSL color Cylindrical-coordinate representation of color #9AF0A3: hue angle of 126.28º 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 #9AF0A3 is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB154240163-
CMYK0.3600.320.06
HSL126.28º74.14%77.25%-
HSV(B)126.28º35.83%94.12%-
XYZ51.171.8345.82-
YUV205.51104.0191.26-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.65%
GREEN value IS 240 (94.14% from 255) = 43.09%
BLUE value IS 163 (64.06% from 255) = 29.26%
R=27.65%
G=43.09%
B=29.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1542401630.3600.320.06126.2874.1477.25
Hex9AF0A32402067e4a4d
Octal232360243440406176112115
Binary1001101011110000101000111001000100000110111111010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9af0a3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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