#ADFFB5

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

Shades of Celadon #ADFFB5

Tints of Celadon #ADFFB5

Color information

#ADFFB5 (or 0xADFFB5) is unknown color: approx Celadon. HEX triplet: AD, FF and B5. RGB value is (173,255,181). Sum of RGB (Red+Green+Blue) = 173+255+181=609 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.41% from 609); Green value is 255 (100% from 255 or 41.87% from 609); Blue value is 181 (71.09% from 255 or 29.72% from 609); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFFB5 is #52004A. Grayscale: #DEDEDE. Windows color (decimal): -5374027 or 11927469. OLE color: 11927469.

HSL color Cylindrical-coordinate representation of color #ADFFB5: hue angle of 125.85º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFFB5 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB173255181-
CMYK0.3200.290
HSL125.85º100%83.92%-
HSV(B)125.85º32.16%100%-
XYZ61.3383.7456.65-
YUV222.05104.8393.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.41%
GREEN value IS 255 (100% from 255) = 41.87%
BLUE value IS 181 (71.09% from 255) = 29.72%
R=28.41%
G=41.87%
B=29.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1732551810.3200.290125.8510083.92
HexADFFB52001D07e6454
Octal255377265400350176144124
Binary1010110111111111101101011000000111010111111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFFB5; }

 p { color: rgb(173,255,181); }

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

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

 a { background-color: rgb(173,255,181); }

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

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

 span { border-color: rgb(173,255,181); }

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