Html Css Color HEX #9FEAA9 Celadon

📋 copy color: '#9FEAA9'

red 159 ◦ green 234 ◦ blue 169

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

Shades of Celadon #9FEAA9

Tints of Celadon #9FEAA9

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.64%

 BLUE value IS 169 (66.41% from 255) = 30.07%

R = 28.29%
G = 41.64%
B = 30.07%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#9FEAA9 (or 0x9FEAA9) is known color: Celadon. HEX triplet: 9F, EA and A9. RGB value is (159,234,169). Sum of RGB (Red+Green+Blue) = 159+234+169=562 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.29% from 562); Green value is 234 (91.80% from 255 or 41.64% from 562); Blue value is 169 (66.41% from 255 or 30.07% from 562); Max value from RGB is 234 - color contains mainly: green. Hex color #9FEAA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FEAA9 is #601556. Grayscale: #CCCCCC. Windows color (decimal): -6296919 or 11135647. OLE color: 11135647.

HSL color Cylindrical-coordinate representation of color #9FEAA9: hue angle of 128º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FEAA9 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 234 169 -
CMYK 0.32 0 0.28 0.08
HSL 128º 0.64% 0.77% -
HSV(B) 128º 0.32% 0.92% -
XYZ 50.88 69.08 48.19 -
YUV 204.17 108.15 95.79 -
System Red Green Blue C M Y K H S L
Decimal 159 234 169 0.32 0 0.28 0.08 128 0.64 0.77
Hex 9F EA A9 20 0 1C 8 80 40 4D
Octal 237 352 251 40 0 34 10 200 100 115
Binary 10011111 11101010 10101001 100000 0 11100 1000 10000000 1000000 1001101

Color Harmonies of #9FEAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEAA9

Black with #9FEAA9

Text Example


Text Example

White with #9FEAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,234,169); }

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

background-color css

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

 a { background-color: rgb(159,234,169); }

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

border-color css

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

 span { border-color: rgb(159,234,169); }

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