#ADEBAD

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

Shades of Celadon #ADEBAD

Tints of Celadon #ADEBAD

Color information

#ADEBAD (or 0xADEBAD) is unknown color: approx Celadon. HEX triplet: AD, EB and AD. RGB value is (173,235,173). Sum of RGB (Red+Green+Blue) = 173+235+173=581 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.78% from 581); Green value is 235 (92.19% from 255 or 40.45% from 581); Blue value is 173 (67.97% from 255 or 29.78% from 581); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEBAD is #521452. Grayscale: #D1D1D1. Windows color (decimal): -5379155 or 11398061. OLE color: 11398061.

HSL color Cylindrical-coordinate representation of color #ADEBAD: hue angle of 120º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADEBAD is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB173235173-
CMYK0.2600.260.08
HSL120º60.78%80%-
HSV(B)120º26.38%92.16%-
XYZ54.4871.3250.43-
YUV209.39107.46102.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.78%
GREEN value IS 235 (92.19% from 255) = 40.45%
BLUE value IS 173 (67.97% from 255) = 29.78%
R=29.78%
G=40.45%
B=29.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1732351730.2600.260.0812060.7880
HexADEBAD1A01A8783d50
Octal255353255320321017075120
Binary10101101111010111010110111010011010100011110001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEBAD; }

 p { color: rgb(173,235,173); }

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

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

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

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

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

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

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