Html Css Color HEX #9DF2AE Celadon

📋 copy color: '#9DF2AE'

red 157 ◦ green 242 ◦ blue 174

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

Shades of Celadon #9DF2AE

Tints of Celadon #9DF2AE

RGB

 RED value IS 157 (61.72% from 255) = 27.4%

 GREEN value IS 242 (94.92% from 255) = 42.23%

 BLUE value IS 174 (68.36% from 255) = 30.37%

R = 27.4%
G = 42.23%
B = 30.37%

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

#9DF2AE (or 0x9DF2AE) is known color: Celadon. HEX triplet: 9D, F2 and AE. RGB value is (157,242,174). Sum of RGB (Red+Green+Blue) = 157+242+174=573 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.40% from 573); Green value is 242 (94.92% from 255 or 42.23% from 573); Blue value is 174 (68.36% from 255 or 30.37% from 573); Max value from RGB is 242 - color contains mainly: green. Hex color #9DF2AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DF2AE is #620D51. Grayscale: #D1D1D1. Windows color (decimal): -6425938 or 11465373. OLE color: 11465373.

HSL color Cylindrical-coordinate representation of color #9DF2AE: hue angle of 132º degrees, saturation: 0.77, 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 #9DF2AE is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 157 242 174 -
CMYK 0.35 0 0.28 0.05
HSL 132º 0.77% 0.78% -
HSV(B) 132º 0.35% 0.95% -
XYZ 53.3 73.73 51.47 -
YUV 208.83 108.34 91.03 -
System Red Green Blue C M Y K H S L
Decimal 157 242 174 0.35 0 0.28 0.05 132 0.77 0.78
Hex 9D F2 AE 23 0 1C 5 84 4D 4E
Octal 235 362 256 43 0 34 5 204 115 116
Binary 10011101 11110010 10101110 100011 0 11100 101 10000100 1001101 1001110

Color Harmonies of #9DF2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF2AE

Black with #9DF2AE

Text Example


Text Example

White with #9DF2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,242,174); }

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

background-color css

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

 a { background-color: rgb(157,242,174); }

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

border-color css

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

 span { border-color: rgb(157,242,174); }

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