Html Css Color HEX #9FF2AA Celadon

📋 copy color: '#9FF2AA'

red 159 ◦ green 242 ◦ blue 170

#9FF2AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celadon #9FF2AA

Tints of Celadon #9FF2AA

RGB

 RED value IS 159 (62.5% from 255) = 27.85%

 GREEN value IS 242 (94.92% from 255) = 42.38%

 BLUE value IS 170 (66.8% from 255) = 29.77%

R = 27.85%
G = 42.38%
B = 29.77%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#9FF2AA (or 0x9FF2AA) is known color: Celadon. HEX triplet: 9F, F2 and AA. RGB value is (159,242,170). Sum of RGB (Red+Green+Blue) = 159+242+170=571 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.85% from 571); Green value is 242 (94.92% from 255 or 42.38% from 571); Blue value is 170 (66.80% from 255 or 29.77% from 571); Max value from RGB is 242 - color contains mainly: green. Hex color #9FF2AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FF2AA is #600D55. Grayscale: #D1D1D1. Windows color (decimal): -6294870 or 11203231. OLE color: 11203231.

HSL color Cylindrical-coordinate representation of color #9FF2AA: hue angle of 127.95º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FF2AA is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 159 242 170 -
CMYK 0.34 0 0.30 0.05
HSL 127.95º 0.76% 0.79% -
HSV(B) 127.95º 0.34% 0.95% -
XYZ 53.31 73.78 49.46 -
YUV 208.98 106 92.35 -
System Red Green Blue C M Y K H S L
Decimal 159 242 170 0.34 0 0.30 0.05 127.95 0.76 0.79
Hex 9F F2 AA 22 0 1E 5 80 4C 4F
Octal 237 362 252 42 0 36 5 200 114 117
Binary 10011111 11110010 10101010 100010 0 11110 101 10000000 1001100 1001111

Color Harmonies of #9FF2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FF2AA

Black with #9FF2AA

Text Example


Text Example

White with #9FF2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,242,170); }

 H1.HeaderClassName
 {
   color: #9FF2AA;
 }
 .AnyTagClassName
 {
   color: #9FF2AA;
 }
</style>

background-color css

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

 a { background-color: rgb(159,242,170); }

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

border-color css

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

 span { border-color: rgb(159,242,170); }

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