Html Css Color HEX #9CEAA5 Celadon

📋 copy color: '#9CEAA5'

red 156 ◦ green 234 ◦ blue 165

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

Shades of Celadon #9CEAA5

Tints of Celadon #9CEAA5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.16%

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

R = 28.11%
G = 42.16%
B = 29.73%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#9CEAA5 (or 0x9CEAA5) is known color: Celadon. HEX triplet: 9C, EA and A5. RGB value is (156,234,165). Sum of RGB (Red+Green+Blue) = 156+234+165=555 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.11% from 555); Green value is 234 (91.80% from 255 or 42.16% from 555); Blue value is 165 (64.84% from 255 or 29.73% from 555); Max value from RGB is 234 - color contains mainly: green. Hex color #9CEAA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CEAA5 is #63155A. Grayscale: #CBCBCB. Windows color (decimal): -6493531 or 10873500. OLE color: 10873500.

HSL color Cylindrical-coordinate representation of color #9CEAA5: hue angle of 126.92º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CEAA5 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 156 234 165 -
CMYK 0.33 0 0.29 0.08
HSL 126.92º 0.65% 0.76% -
HSV(B) 126.92º 0.33% 0.92% -
XYZ 49.92 68.63 46.21 -
YUV 202.81 106.66 94.61 -
System Red Green Blue C M Y K H S L
Decimal 156 234 165 0.33 0 0.29 0.08 126.92 0.65 0.76
Hex 9C EA A5 21 0 1D 8 7F 41 4C
Octal 234 352 245 41 0 35 10 177 101 114
Binary 10011100 11101010 10100101 100001 0 11101 1000 1111111 1000001 1001100

Color Harmonies of #9CEAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CEAA5

Black with #9CEAA5

Text Example


Text Example

White with #9CEAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,234,165); }

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

background-color css

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

 a { background-color: rgb(156,234,165); }

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

border-color css

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

 span { border-color: rgb(156,234,165); }

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