Html Css Color HEX #9DEFAC Celadon

📋 copy color: '#9DEFAC'

red 157 ◦ green 239 ◦ blue 172

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

Shades of Celadon #9DEFAC

Tints of Celadon #9DEFAC

RGB

 RED value IS 157 (61.72% from 255) = 27.64%

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

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

R = 27.64%
G = 42.08%
B = 30.28%

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

#9DEFAC (or 0x9DEFAC) is known color: Celadon. HEX triplet: 9D, EF and AC. RGB value is (157,239,172). Sum of RGB (Red+Green+Blue) = 157+239+172=568 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.64% from 568); Green value is 239 (93.75% from 255 or 42.08% from 568); Blue value is 172 (67.58% from 255 or 30.28% from 568); Max value from RGB is 239 - color contains mainly: green. Hex color #9DEFAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DEFAC is #621053. Grayscale: #CFCFCF. Windows color (decimal): -6426708 or 11333533. OLE color: 11333533.

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

Color convert

RGB 157 239 172 -
CMYK 0.34 0 0.28 0.06
HSL 130.98º 0.72% 0.78% -
HSV(B) 130.98º 0.34% 0.94% -
XYZ 52.22 71.88 50.15 -
YUV 206.84 108.33 92.45 -
System Red Green Blue C M Y K H S L
Decimal 157 239 172 0.34 0 0.28 0.06 130.98 0.72 0.78
Hex 9D EF AC 22 0 1C 6 83 48 4E
Octal 235 357 254 42 0 34 6 203 110 116
Binary 10011101 11101111 10101100 100010 0 11100 110 10000011 1001000 1001110

Color Harmonies of #9DEFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEFAC

Black with #9DEFAC

Text Example


Text Example

White with #9DEFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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