Html Css Color HEX #9FE8AC Celadon

📋 copy color: '#9FE8AC'

red 159 ◦ green 232 ◦ blue 172

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

Shades of Celadon #9FE8AC

Tints of Celadon #9FE8AC

RGB

 RED value IS 159 (62.5% from 255) = 28.24%

 GREEN value IS 232 (91.02% from 255) = 41.21%

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

R = 28.24%
G = 41.21%
B = 30.55%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#9FE8AC (or 0x9FE8AC) is known color: Celadon. HEX triplet: 9F, E8 and AC. RGB value is (159,232,172). Sum of RGB (Red+Green+Blue) = 159+232+172=563 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.24% from 563); Green value is 232 (91.02% from 255 or 41.21% from 563); Blue value is 172 (67.58% from 255 or 30.55% from 563); Max value from RGB is 232 - color contains mainly: green. Hex color #9FE8AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FE8AC is #601753. Grayscale: #CBCBCB. Windows color (decimal): -6297428 or 11331743. OLE color: 11331743.

HSL color Cylindrical-coordinate representation of color #9FE8AC: hue angle of 130.68º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FE8AC is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 159 232 172 -
CMYK 0.31 0 0.26 0.09
HSL 130.68º 0.61% 0.77% -
HSV(B) 130.68º 0.31% 0.91% -
XYZ 50.6 68.06 49.5 -
YUV 203.33 110.32 96.38 -
System Red Green Blue C M Y K H S L
Decimal 159 232 172 0.31 0 0.26 0.09 130.68 0.61 0.77
Hex 9F E8 AC 1F 0 1A 9 83 3D 4D
Octal 237 350 254 37 0 32 11 203 75 115
Binary 10011111 11101000 10101100 11111 0 11010 1001 10000011 111101 1001101

Color Harmonies of #9FE8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE8AC

Black with #9FE8AC

Text Example


Text Example

White with #9FE8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,232,172); }

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

background-color css

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

 a { background-color: rgb(159,232,172); }

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

border-color css

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

 span { border-color: rgb(159,232,172); }

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