#ADFFB0

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

Shades of Celadon #ADFFB0

Tints of Celadon #ADFFB0

Color information

#ADFFB0 (or 0xADFFB0) is unknown color: approx Celadon. HEX triplet: AD, FF and B0. RGB value is (173,255,176). Sum of RGB (Red+Green+Blue) = 173+255+176=604 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.64% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 176 (69.14% from 255 or 29.14% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFFB0 is #52004F. Grayscale: #DDDDDD. Windows color (decimal): -5374032 or 11599789. OLE color: 11599789.

HSL color Cylindrical-coordinate representation of color #ADFFB0: hue angle of 122.2º 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 #ADFFB0 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB173255176-
CMYK0.3200.310
HSL122.2º100%83.92%-
HSV(B)122.2º32.16%100%-
XYZ60.8383.5453.99-
YUV221.48102.3393.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.64%
GREEN value IS 255 (100% from 255) = 42.22%
BLUE value IS 176 (69.14% from 255) = 29.14%
R=28.64%
G=42.22%
B=29.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1732551760.3200.310122.210083.92
HexADFFB02001F07a6454
Octal255377260400370172144124
Binary1010110111111111101100001000000111110111101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFFB0; }

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

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

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

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

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

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

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

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