Html Css Color HEX #9EF0AC Celadon

📋 copy color: '#9EF0AC'

red 158 ◦ green 240 ◦ blue 172

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

Shades of Celadon #9EF0AC

Tints of Celadon #9EF0AC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.11%

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

R = 27.72%
G = 42.11%
B = 30.18%

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

#9EF0AC (or 0x9EF0AC) is known color: Celadon. HEX triplet: 9E, F0 and AC. RGB value is (158,240,172). Sum of RGB (Red+Green+Blue) = 158+240+172=570 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.72% from 570); Green value is 240 (94.14% from 255 or 42.11% from 570); Blue value is 172 (67.58% from 255 or 30.18% from 570); Max value from RGB is 240 - color contains mainly: green. Hex color #9EF0AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EF0AC is #610F53. Grayscale: #CFCFCF. Windows color (decimal): -6360916 or 11333790. OLE color: 11333790.

HSL color Cylindrical-coordinate representation of color #9EF0AC: hue angle of 130.24º degrees, saturation: 0.73, 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 #9EF0AC is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 158 240 172 -
CMYK 0.34 0 0.28 0.06
HSL 130.24º 0.73% 0.78% -
HSV(B) 130.24º 0.34% 0.94% -
XYZ 52.71 72.57 50.26 -
YUV 207.73 107.83 92.53 -
System Red Green Blue C M Y K H S L
Decimal 158 240 172 0.34 0 0.28 0.06 130.24 0.73 0.78
Hex 9E F0 AC 22 0 1C 6 82 49 4E
Octal 236 360 254 42 0 34 6 202 111 116
Binary 10011110 11110000 10101100 100010 0 11100 110 10000010 1001001 1001110

Color Harmonies of #9EF0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF0AC

Black with #9EF0AC

Text Example


Text Example

White with #9EF0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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