Html Css Color HEX #9FEEAE Celadon

📋 copy color: '#9FEEAE'

red 159 ◦ green 238 ◦ blue 174

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

Shades of Celadon #9FEEAE

Tints of Celadon #9FEEAE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.68%

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

R = 27.85%
G = 41.68%
B = 30.47%

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

#9FEEAE (or 0x9FEEAE) is known color: Celadon. HEX triplet: 9F, EE and AE. RGB value is (159,238,174). Sum of RGB (Red+Green+Blue) = 159+238+174=571 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.85% from 571); Green value is 238 (93.36% from 255 or 41.68% from 571); Blue value is 174 (68.36% from 255 or 30.47% from 571); Max value from RGB is 238 - color contains mainly: green. Hex color #9FEEAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FEEAE is #601151. Grayscale: #CFCFCF. Windows color (decimal): -6295890 or 11464351. OLE color: 11464351.

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

Color convert

RGB 159 238 174 -
CMYK 0.33 0 0.27 0.07
HSL 131.39º 0.7% 0.78% -
HSV(B) 131.39º 0.33% 0.93% -
XYZ 52.51 71.58 51.09 -
YUV 207.08 109.33 93.7 -
System Red Green Blue C M Y K H S L
Decimal 159 238 174 0.33 0 0.27 0.07 131.39 0.7 0.78
Hex 9F EE AE 21 0 1B 7 83 46 4E
Octal 237 356 256 41 0 33 7 203 106 116
Binary 10011111 11101110 10101110 100001 0 11011 111 10000011 1000110 1001110

Color Harmonies of #9FEEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEEAE

Black with #9FEEAE

Text Example


Text Example

White with #9FEEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,238,174); }

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

background-color css

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

 a { background-color: rgb(159,238,174); }

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

border-color css

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

 span { border-color: rgb(159,238,174); }

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