Html Css Color HEX #ADFBAA Celadon

📋 copy color: '#ADFBAA'

red 173 ◦ green 251 ◦ blue 170

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

Shades of Celadon #ADFBAA

Tints of Celadon #ADFBAA

RGB

 RED value IS 173 (67.97% from 255) = 29.12%

 GREEN value IS 251 (98.44% from 255) = 42.26%

 BLUE value IS 170 (66.8% from 255) = 28.62%

R = 29.12%
G = 42.26%
B = 28.62%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#ADFBAA (or 0xADFBAA) is known color: Celadon. HEX triplet: AD, FB and AA. RGB value is (173,251,170). Sum of RGB (Red+Green+Blue) = 173+251+170=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 251 (98.44% from 255 or 42.26% from 594); Blue value is 170 (66.80% from 255 or 28.62% from 594); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFBAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFBAA is #520455. Grayscale: #DADADA. Windows color (decimal): -5375062 or 11205549. OLE color: 11205549.

HSL color Cylindrical-coordinate representation of color #ADFBAA: hue angle of 117.78º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFBAA is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 251 170 -
CMYK 0.31 0 0.32 0.02
HSL 117.78º 0.91% 0.83% -
HSV(B) 117.78º 0.32% 0.98% -
XYZ 58.99 80.78 50.51 -
YUV 218.44 100.66 95.59 -
System Red Green Blue C M Y K H S L
Decimal 173 251 170 0.31 0 0.32 0.02 117.78 0.91 0.83
Hex AD FB AA 1F 0 20 2 76 5B 53
Octal 255 373 252 37 0 40 2 166 133 123
Binary 10101101 11111011 10101010 11111 0 100000 10 1110110 1011011 1010011

Color Harmonies of #ADFBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFBAA

Black with #ADFBAA

Text Example


Text Example

White with #ADFBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFBAA; }

 p { color: rgb(173,251,170); }

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

background-color css

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

 a { background-color: rgb(173,251,170); }

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

border-color css

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

 span { border-color: rgb(173,251,170); }

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