Html Css Color HEX #9EF2AB Celadon

📋 copy color: '#9EF2AB'

red 158 ◦ green 242 ◦ blue 171

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

Shades of Celadon #9EF2AB

Tints of Celadon #9EF2AB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.38%

 BLUE value IS 171 (67.19% from 255) = 29.95%

R = 27.67%
G = 42.38%
B = 29.95%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#9EF2AB (or 0x9EF2AB) is known color: Celadon. HEX triplet: 9E, F2 and AB. RGB value is (158,242,171). Sum of RGB (Red+Green+Blue) = 158+242+171=571 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.67% from 571); Green value is 242 (94.92% from 255 or 42.38% from 571); Blue value is 171 (67.19% from 255 or 29.95% from 571); Max value from RGB is 242 - color contains mainly: green. Hex color #9EF2AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EF2AB is #610D54. Grayscale: #D0D0D0. Windows color (decimal): -6360405 or 11268766. OLE color: 11268766.

HSL color Cylindrical-coordinate representation of color #9EF2AB: hue angle of 129.29º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9EF2AB is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 158 242 171 -
CMYK 0.35 0 0.29 0.05
HSL 129.29º 0.76% 0.78% -
HSV(B) 129.29º 0.35% 0.95% -
XYZ 53.2 73.71 49.95 -
YUV 208.79 106.67 91.77 -
System Red Green Blue C M Y K H S L
Decimal 158 242 171 0.35 0 0.29 0.05 129.29 0.76 0.78
Hex 9E F2 AB 23 0 1D 5 81 4C 4E
Octal 236 362 253 43 0 35 5 201 114 116
Binary 10011110 11110010 10101011 100011 0 11101 101 10000001 1001100 1001110

Color Harmonies of #9EF2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF2AB

Black with #9EF2AB

Text Example


Text Example

White with #9EF2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,242,171); }

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

background-color css

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

 a { background-color: rgb(158,242,171); }

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

border-color css

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

 span { border-color: rgb(158,242,171); }

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