Html Css Color HEX #9CF1AD Celadon

📋 copy color: '#9CF1AD'

red 156 ◦ green 241 ◦ blue 173

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

Shades of Celadon #9CF1AD

Tints of Celadon #9CF1AD

RGB

 RED value IS 156 (61.33% from 255) = 27.37%

 GREEN value IS 241 (94.53% from 255) = 42.28%

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

R = 27.37%
G = 42.28%
B = 30.35%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#9CF1AD (or 0x9CF1AD) is known color: Celadon. HEX triplet: 9C, F1 and AD. RGB value is (156,241,173). Sum of RGB (Red+Green+Blue) = 156+241+173=570 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.37% from 570); Green value is 241 (94.53% from 255 or 42.28% from 570); Blue value is 173 (67.97% from 255 or 30.35% from 570); Max value from RGB is 241 - color contains mainly: green. Hex color #9CF1AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CF1AD is #630E52. Grayscale: #D0D0D0. Windows color (decimal): -6491731 or 11399580. OLE color: 11399580.

HSL color Cylindrical-coordinate representation of color #9CF1AD: hue angle of 132º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CF1AD is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 156 241 173 -
CMYK 0.35 0 0.28 0.05
HSL 132º 0.75% 0.78% -
HSV(B) 132º 0.35% 0.95% -
XYZ 52.71 73 50.85 -
YUV 207.83 108.34 91.03 -
System Red Green Blue C M Y K H S L
Decimal 156 241 173 0.35 0 0.28 0.05 132 0.75 0.78
Hex 9C F1 AD 23 0 1C 5 84 4B 4E
Octal 234 361 255 43 0 34 5 204 113 116
Binary 10011100 11110001 10101101 100011 0 11100 101 10000100 1001011 1001110

Color Harmonies of #9CF1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CF1AD

Black with #9CF1AD

Text Example


Text Example

White with #9CF1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,241,173); }

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

background-color css

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

 a { background-color: rgb(156,241,173); }

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

border-color css

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

 span { border-color: rgb(156,241,173); }

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