#ADFBAE

Color #ADFBAE Celadon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celadon #ADFBAE

Tints of Celadon #ADFBAE

Color information

#ADFBAE (or 0xADFBAE) is unknown color: approx Celadon. HEX triplet: AD, FB and AE. RGB value is (173,251,174). Sum of RGB (Red+Green+Blue) = 173+251+174=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 251 (98.44% from 255 or 41.97% from 598); Blue value is 174 (68.36% from 255 or 29.10% from 598); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFBAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFBAE is #520451. Grayscale: #DBDBDB. Windows color (decimal): -5375058 or 11467693. OLE color: 11467693.

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

Color convert

RGB173251174-
CMYK0.3100.310.02
HSL120.77º90.7%83.14%-
HSV(B)120.77º31.08%98.43%-
XYZ59.3780.9352.54-
YUV218.9102.6695.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.93%
GREEN value IS 251 (98.44% from 255) = 41.97%
BLUE value IS 174 (68.36% from 255) = 29.10%
R=28.93%
G=41.97%
B=29.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732511740.3100.310.02120.7790.783.14
HexADFBAE1F01F2795b53
Octal255373256370372171133123
Binary1010110111111011101011101111101111110111100110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFBAE; }

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

 H1.HeaderClassName
 {
   color: #ADFBAE;
 }
 .AnyTagClassName
 {
   color: #ADFBAE;
 }
</style>
background-color css

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

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

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

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

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

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