Html Css Color HEX #9FEBAA Celadon

📋 copy color: '#9FEBAA'

red 159 ◦ green 235 ◦ blue 170

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

Shades of Celadon #9FEBAA

Tints of Celadon #9FEBAA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.67%

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

R = 28.19%
G = 41.67%
B = 30.14%

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

#9FEBAA (or 0x9FEBAA) is known color: Celadon. HEX triplet: 9F, EB and AA. RGB value is (159,235,170). Sum of RGB (Red+Green+Blue) = 159+235+170=564 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.19% from 564); Green value is 235 (92.19% from 255 or 41.67% from 564); Blue value is 170 (66.80% from 255 or 30.14% from 564); Max value from RGB is 235 - color contains mainly: green. Hex color #9FEBAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FEBAA is #601455. Grayscale: #CDCDCD. Windows color (decimal): -6296662 or 11201439. OLE color: 11201439.

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

Color convert

RGB 159 235 170 -
CMYK 0.32 0 0.28 0.08
HSL 128.68º 0.66% 0.77% -
HSV(B) 128.68º 0.32% 0.92% -
XYZ 51.26 69.69 48.78 -
YUV 204.87 108.32 95.29 -
System Red Green Blue C M Y K H S L
Decimal 159 235 170 0.32 0 0.28 0.08 128.68 0.66 0.77
Hex 9F EB AA 20 0 1C 8 81 42 4D
Octal 237 353 252 40 0 34 10 201 102 115
Binary 10011111 11101011 10101010 100000 0 11100 1000 10000001 1000010 1001101

Color Harmonies of #9FEBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEBAA

Black with #9FEBAA

Text Example


Text Example

White with #9FEBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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