#ADFFB3

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

Shades of Celadon #ADFFB3

Tints of Celadon #ADFFB3

Color information

#ADFFB3 (or 0xADFFB3) is unknown color: approx Celadon. HEX triplet: AD, FF and B3. RGB value is (173,255,179). Sum of RGB (Red+Green+Blue) = 173+255+179=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 179 (70.31% from 255 or 29.49% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFFB3 is #52004C. Grayscale: #DEDEDE. Windows color (decimal): -5374029 or 11796397. OLE color: 11796397.

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

Color convert

RGB173255179-
CMYK0.3200.300
HSL124.39º100%83.92%-
HSV(B)124.39º32.16%100%-
XYZ61.1383.6655.57-
YUV221.82103.8393.18-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.50%
GREEN value IS 255 (100% from 255) = 42.01%
BLUE value IS 179 (70.31% from 255) = 29.49%
R=28.50%
G=42.01%
B=29.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1732551790.3200.300124.3910083.92
HexADFFB32001E07c6454
Octal255377263400360174144124
Binary1010110111111111101100111000000111100111110011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFFB3; }

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

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

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

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

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

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

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

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