Html Css Color HEX #9FEDB0 Celadon

📋 copy color: '#9FEDB0'

red 159 ◦ green 237 ◦ blue 176

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

Shades of Celadon #9FEDB0

Tints of Celadon #9FEDB0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.43%

 BLUE value IS 176 (69.14% from 255) = 30.77%

R = 27.8%
G = 41.43%
B = 30.77%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#9FEDB0 (or 0x9FEDB0) is known color: Celadon. HEX triplet: 9F, ED and B0. RGB value is (159,237,176). Sum of RGB (Red+Green+Blue) = 159+237+176=572 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.80% from 572); Green value is 237 (92.97% from 255 or 41.43% from 572); Blue value is 176 (69.14% from 255 or 30.77% from 572); Max value from RGB is 237 - color contains mainly: green. Hex color #9FEDB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FEDB0 is #60124F. Grayscale: #CECECE. Windows color (decimal): -6296144 or 11595167. OLE color: 11595167.

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

Color convert

RGB 159 237 176 -
CMYK 0.33 0 0.26 0.07
HSL 133.08º 0.68% 0.78% -
HSV(B) 133.08º 0.33% 0.93% -
XYZ 52.42 71.07 52.03 -
YUV 206.72 110.66 93.96 -
System Red Green Blue C M Y K H S L
Decimal 159 237 176 0.33 0 0.26 0.07 133.08 0.68 0.78
Hex 9F ED B0 21 0 1A 7 85 44 4E
Octal 237 355 260 41 0 32 7 205 104 116
Binary 10011111 11101101 10110000 100001 0 11010 111 10000101 1000100 1001110

Color Harmonies of #9FEDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEDB0

Black with #9FEDB0

Text Example


Text Example

White with #9FEDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,237,176); }

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

background-color css

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

 a { background-color: rgb(159,237,176); }

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

border-color css

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

 span { border-color: rgb(159,237,176); }

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