Html Css Color HEX #9FECA8 Celadon

📋 copy color: '#9FECA8'

red 159 ◦ green 236 ◦ blue 168

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

Shades of Celadon #9FECA8

Tints of Celadon #9FECA8

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.92%

 BLUE value IS 168 (66.02% from 255) = 29.84%

R = 28.24%
G = 41.92%
B = 29.84%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#9FECA8 (or 0x9FECA8) is known color: Celadon. HEX triplet: 9F, EC and A8. RGB value is (159,236,168). Sum of RGB (Red+Green+Blue) = 159+236+168=563 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.24% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 168 (66.02% from 255 or 29.84% from 563); Max value from RGB is 236 - color contains mainly: green. Hex color #9FECA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FECA8 is #601357. Grayscale: #CDCDCD. Windows color (decimal): -6296408 or 11070623. OLE color: 11070623.

HSL color Cylindrical-coordinate representation of color #9FECA8: hue angle of 127.01º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FECA8 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 236 168 -
CMYK 0.33 0 0.29 0.07
HSL 127.01º 0.67% 0.77% -
HSV(B) 127.01º 0.33% 0.93% -
XYZ 51.36 70.19 47.89 -
YUV 205.23 106.99 95.03 -
System Red Green Blue C M Y K H S L
Decimal 159 236 168 0.33 0 0.29 0.07 127.01 0.67 0.77
Hex 9F EC A8 21 0 1D 7 7F 43 4D
Octal 237 354 250 41 0 35 7 177 103 115
Binary 10011111 11101100 10101000 100001 0 11101 111 1111111 1000011 1001101

Color Harmonies of #9FECA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FECA8

Black with #9FECA8

Text Example


Text Example

White with #9FECA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,236,168); }

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

background-color css

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

 a { background-color: rgb(159,236,168); }

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

border-color css

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

 span { border-color: rgb(159,236,168); }

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