Html Css Color HEX #9AF2AD Celadon

📋 copy color: '#9AF2AD'

red 154 ◦ green 242 ◦ blue 173

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

Shades of Celadon #9AF2AD

Tints of Celadon #9AF2AD

RGB

 RED value IS 154 (60.55% from 255) = 27.07%

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

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

R = 27.07%
G = 42.53%
B = 30.4%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#9AF2AD (or 0x9AF2AD) is known color: Celadon. HEX triplet: 9A, F2 and AD. RGB value is (154,242,173). Sum of RGB (Red+Green+Blue) = 154+242+173=569 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.07% from 569); Green value is 242 (94.92% from 255 or 42.53% from 569); Blue value is 173 (67.97% from 255 or 30.40% from 569); Max value from RGB is 242 - color contains mainly: green. Hex color #9AF2AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF2AD is #650D52. Grayscale: #D0D0D0. Windows color (decimal): -6622547 or 11399834. OLE color: 11399834.

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

Color convert

RGB 154 242 173 -
CMYK 0.36 0 0.29 0.05
HSL 132.95º 0.77% 0.78% -
HSV(B) 132.95º 0.36% 0.95% -
XYZ 52.62 73.39 50.93 -
YUV 207.82 108.35 89.61 -
System Red Green Blue C M Y K H S L
Decimal 154 242 173 0.36 0 0.29 0.05 132.95 0.77 0.78
Hex 9A F2 AD 24 0 1D 5 85 4D 4E
Octal 232 362 255 44 0 35 5 205 115 116
Binary 10011010 11110010 10101101 100100 0 11101 101 10000101 1001101 1001110

Color Harmonies of #9AF2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF2AD

Black with #9AF2AD

Text Example


Text Example

White with #9AF2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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