Html Css Color HEX #9FF2AD Celadon

📋 copy color: '#9FF2AD'

red 159 ◦ green 242 ◦ blue 173

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

Shades of Celadon #9FF2AD

Tints of Celadon #9FF2AD

RGB

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

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

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

R = 27.7%
G = 42.16%
B = 30.14%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#9FF2AD (or 0x9FF2AD) is known color: Celadon. HEX triplet: 9F, F2 and AD. RGB value is (159,242,173). Sum of RGB (Red+Green+Blue) = 159+242+173=574 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.70% from 574); Green value is 242 (94.92% from 255 or 42.16% from 574); Blue value is 173 (67.97% from 255 or 30.14% from 574); Max value from RGB is 242 - color contains mainly: green. Hex color #9FF2AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FF2AD is #600D52. Grayscale: #D1D1D1. Windows color (decimal): -6294867 or 11399839. OLE color: 11399839.

HSL color Cylindrical-coordinate representation of color #9FF2AD: hue angle of 130.12º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FF2AD is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 159 242 173 -
CMYK 0.34 0 0.29 0.05
HSL 130.12º 0.76% 0.79% -
HSV(B) 130.12º 0.34% 0.95% -
XYZ 53.59 73.89 50.97 -
YUV 209.32 107.5 92.11 -
System Red Green Blue C M Y K H S L
Decimal 159 242 173 0.34 0 0.29 0.05 130.12 0.76 0.79
Hex 9F F2 AD 22 0 1D 5 82 4C 4F
Octal 237 362 255 42 0 35 5 202 114 117
Binary 10011111 11110010 10101101 100010 0 11101 101 10000010 1001100 1001111

Color Harmonies of #9FF2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FF2AD

Black with #9FF2AD

Text Example


Text Example

White with #9FF2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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