Html Css Color HEX #9FEAAA Celadon

📋 copy color: '#9FEAAA'

red 159 ◦ green 234 ◦ blue 170

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

Shades of Celadon #9FEAAA

Tints of Celadon #9FEAAA

RGB

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

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

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

R = 28.24%
G = 41.56%
B = 30.2%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#9FEAAA (or 0x9FEAAA) is known color: Celadon. HEX triplet: 9F, EA and AA. RGB value is (159,234,170). Sum of RGB (Red+Green+Blue) = 159+234+170=563 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.24% from 563); Green value is 234 (91.80% from 255 or 41.56% from 563); Blue value is 170 (66.80% from 255 or 30.20% from 563); Max value from RGB is 234 - color contains mainly: green. Hex color #9FEAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FEAAA is #601555. Grayscale: #CCCCCC. Windows color (decimal): -6296918 or 11201183. OLE color: 11201183.

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

Color convert

RGB 159 234 170 -
CMYK 0.32 0 0.27 0.08
HSL 128.8º 0.64% 0.77% -
HSV(B) 128.8º 0.32% 0.92% -
XYZ 50.98 69.12 48.68 -
YUV 204.28 108.65 95.7 -
System Red Green Blue C M Y K H S L
Decimal 159 234 170 0.32 0 0.27 0.08 128.8 0.64 0.77
Hex 9F EA AA 20 0 1B 8 81 40 4D
Octal 237 352 252 40 0 33 10 201 100 115
Binary 10011111 11101010 10101010 100000 0 11011 1000 10000001 1000000 1001101

Color Harmonies of #9FEAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEAAA

Black with #9FEAAA

Text Example


Text Example

White with #9FEAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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