#ADFFB4

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

Shades of Celadon #ADFFB4

Tints of Celadon #ADFFB4

Color information

#ADFFB4 (or 0xADFFB4) is unknown color: approx Celadon. HEX triplet: AD, FF and B4. RGB value is (173,255,180). Sum of RGB (Red+Green+Blue) = 173+255+180=608 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.45% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 180 (70.70% from 255 or 29.61% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFFB4 is #52004B. Grayscale: #DEDEDE. Windows color (decimal): -5374028 or 11861933. OLE color: 11861933.

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

Color convert

RGB173255180-
CMYK0.3200.290
HSL125.12º100%83.92%-
HSV(B)125.12º32.16%100%-
XYZ61.2383.756.11-
YUV221.93104.3393.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.45%
GREEN value IS 255 (100% from 255) = 41.94%
BLUE value IS 180 (70.70% from 255) = 29.61%
R=28.45%
G=41.94%
B=29.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1732551800.3200.290125.1210083.92
HexADFFB42001D07d6454
Octal255377264400350175144124
Binary1010110111111111101101001000000111010111110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFFB4; }

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

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

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

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

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

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

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

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