Html Css Color HEX #9FECAD Celadon

📋 copy color: '#9FECAD'

red 159 ◦ green 236 ◦ blue 173

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

Shades of Celadon #9FECAD

Tints of Celadon #9FECAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 30.46%

R = 27.99%
G = 41.55%
B = 30.46%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#9FECAD (or 0x9FECAD) is known color: Celadon. HEX triplet: 9F, EC and AD. RGB value is (159,236,173). Sum of RGB (Red+Green+Blue) = 159+236+173=568 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.99% from 568); Green value is 236 (92.58% from 255 or 41.55% from 568); Blue value is 173 (67.97% from 255 or 30.46% from 568); Max value from RGB is 236 - color contains mainly: green. Hex color #9FECAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FECAD is #601352. Grayscale: #CDCDCD. Windows color (decimal): -6296403 or 11398303. OLE color: 11398303.

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

Color convert

RGB 159 236 173 -
CMYK 0.33 0 0.27 0.07
HSL 130.91º 0.67% 0.77% -
HSV(B) 130.91º 0.33% 0.93% -
XYZ 51.84 70.38 50.39 -
YUV 205.8 109.49 94.62 -
System Red Green Blue C M Y K H S L
Decimal 159 236 173 0.33 0 0.27 0.07 130.91 0.67 0.77
Hex 9F EC AD 21 0 1B 7 83 43 4D
Octal 237 354 255 41 0 33 7 203 103 115
Binary 10011111 11101100 10101101 100001 0 11011 111 10000011 1000011 1001101

Color Harmonies of #9FECAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FECAD

Black with #9FECAD

Text Example


Text Example

White with #9FECAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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