Html Css Color HEX #9EF1B4 Celadon

📋 copy color: '#9EF1B4'

red 158 ◦ green 241 ◦ blue 180

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

Shades of Celadon #9EF1B4

Tints of Celadon #9EF1B4

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.62%

 BLUE value IS 180 (70.7% from 255) = 31.09%

R = 27.29%
G = 41.62%
B = 31.09%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#9EF1B4 (or 0x9EF1B4) is known color: Celadon. HEX triplet: 9E, F1 and B4. RGB value is (158,241,180). Sum of RGB (Red+Green+Blue) = 158+241+180=579 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.29% from 579); Green value is 241 (94.53% from 255 or 41.62% from 579); Blue value is 180 (70.70% from 255 or 31.09% from 579); Max value from RGB is 241 - color contains mainly: green. Hex color #9EF1B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF1B4 is #610E4B. Grayscale: #D1D1D1. Windows color (decimal): -6360652 or 11858334. OLE color: 11858334.

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

Color convert

RGB 158 241 180 -
CMYK 0.34 0 0.25 0.05
HSL 135.9º 0.75% 0.78% -
HSV(B) 135.9º 0.34% 0.95% -
XYZ 53.79 73.47 54.53 -
YUV 209.23 111.5 91.46 -
System Red Green Blue C M Y K H S L
Decimal 158 241 180 0.34 0 0.25 0.05 135.9 0.75 0.78
Hex 9E F1 B4 22 0 19 5 88 4B 4E
Octal 236 361 264 42 0 31 5 210 113 116
Binary 10011110 11110001 10110100 100010 0 11001 101 10001000 1001011 1001110

Color Harmonies of #9EF1B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF1B4

Black with #9EF1B4

Text Example


Text Example

White with #9EF1B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,241,180); }

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

background-color css

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

 a { background-color: rgb(158,241,180); }

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

border-color css

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

 span { border-color: rgb(158,241,180); }

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