Html Css Color HEX #9FEDA5 Celadon

📋 copy color: '#9FEDA5'

red 159 ◦ green 237 ◦ blue 165

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

Shades of Celadon #9FEDA5

Tints of Celadon #9FEDA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 29.41%

R = 28.34%
G = 42.25%
B = 29.41%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#9FEDA5 (or 0x9FEDA5) is known color: Celadon. HEX triplet: 9F, ED and A5. RGB value is (159,237,165). Sum of RGB (Red+Green+Blue) = 159+237+165=561 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.34% from 561); Green value is 237 (92.97% from 255 or 42.25% from 561); Blue value is 165 (64.84% from 255 or 29.41% from 561); Max value from RGB is 237 - color contains mainly: green. Hex color #9FEDA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FEDA5 is #60125A. Grayscale: #CDCDCD. Windows color (decimal): -6296155 or 10874271. OLE color: 10874271.

HSL color Cylindrical-coordinate representation of color #9FEDA5: hue angle of 124.62º 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 #9FEDA5 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 237 165 -
CMYK 0.33 0 0.30 0.07
HSL 124.62º 0.68% 0.78% -
HSV(B) 124.62º 0.33% 0.93% -
XYZ 51.37 70.66 46.53 -
YUV 205.47 105.16 94.85 -
System Red Green Blue C M Y K H S L
Decimal 159 237 165 0.33 0 0.30 0.07 124.62 0.68 0.78
Hex 9F ED A5 21 0 1E 7 7D 44 4E
Octal 237 355 245 41 0 36 7 175 104 116
Binary 10011111 11101101 10100101 100001 0 11110 111 1111101 1000100 1001110

Color Harmonies of #9FEDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEDA5

Black with #9FEDA5

Text Example


Text Example

White with #9FEDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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