Html Css Color HEX #9EEFAC Celadon

📋 copy color: '#9EEFAC'

red 158 ◦ green 239 ◦ blue 172

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

Shades of Celadon #9EEFAC

Tints of Celadon #9EEFAC

RGB

 RED value IS 158 (62.11% from 255) = 27.77%

 GREEN value IS 239 (93.75% from 255) = 42%

 BLUE value IS 172 (67.58% from 255) = 30.23%

R = 27.77%
G = 42%
B = 30.23%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#9EEFAC (or 0x9EEFAC) is known color: Celadon. HEX triplet: 9E, EF and AC. RGB value is (158,239,172). Sum of RGB (Red+Green+Blue) = 158+239+172=569 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.77% from 569); Green value is 239 (93.75% from 255 or 42.00% from 569); Blue value is 172 (67.58% from 255 or 30.23% from 569); Max value from RGB is 239 - color contains mainly: green. Hex color #9EEFAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EEFAC is #611053. Grayscale: #CFCFCF. Windows color (decimal): -6361172 or 11333534. OLE color: 11333534.

HSL color Cylindrical-coordinate representation of color #9EEFAC: hue angle of 130.37º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EEFAC is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 158 239 172 -
CMYK 0.34 0 0.28 0.06
HSL 130.37º 0.72% 0.78% -
HSV(B) 130.37º 0.34% 0.94% -
XYZ 52.41 71.98 50.16 -
YUV 207.14 108.16 92.95 -
System Red Green Blue C M Y K H S L
Decimal 158 239 172 0.34 0 0.28 0.06 130.37 0.72 0.78
Hex 9E EF AC 22 0 1C 6 82 48 4E
Octal 236 357 254 42 0 34 6 202 110 116
Binary 10011110 11101111 10101100 100010 0 11100 110 10000010 1001000 1001110

Color Harmonies of #9EEFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEFAC

Black with #9EEFAC

Text Example


Text Example

White with #9EEFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,239,172); }

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

background-color css

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

 a { background-color: rgb(158,239,172); }

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

border-color css

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

 span { border-color: rgb(158,239,172); }

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