#9AFDAD

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

Shades of Pale Green #9AFDAD

Tints of Pale Green #9AFDAD

Color information

#9AFDAD (or 0x9AFDAD) is unknown color: approx Pale Green. HEX triplet: 9A, FD and AD. RGB value is (154,253,173). Sum of RGB (Red+Green+Blue) = 154+253+173=580 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.55% from 580); Green value is 253 (99.22% from 255 or 43.62% from 580); Blue value is 173 (67.97% from 255 or 29.83% from 580); Max value from RGB is 253 - color contains mainly: green. Hex color #9AFDAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFDAD is #650252. Grayscale: #D6D6D6. Windows color (decimal): -6619731 or 11402650. OLE color: 11402650.

HSL color Cylindrical-coordinate representation of color #9AFDAD: hue angle of 131.52º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AFDAD is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB154253173-
CMYK0.3900.320.01
HSL131.52º96.12%79.8%-
HSV(B)131.52º39.13%99.22%-
XYZ55.9980.1452.05-
YUV214.28104.785-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.55%
GREEN value IS 253 (99.22% from 255) = 43.62%
BLUE value IS 173 (67.97% from 255) = 29.83%
R=26.55%
G=43.62%
B=29.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1542531730.3900.320.01131.5296.1279.8
Hex9AFDAD270201846050
Octal232375255470401204140120
Binary100110101111110110101101100111010000011000010011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,253,173); }

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

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

 a { background-color: rgb(154,253,173); }

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

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

 span { border-color: rgb(154,253,173); }

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