#ADCB3D

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

Shades of Atlantis #ADCB3D

Tints of Atlantis #ADCB3D

Color information

#ADCB3D (or 0xADCB3D) is unknown color: approx Atlantis. HEX triplet: AD, CB and 3D. RGB value is (173,203,61). Sum of RGB (Red+Green+Blue) = 173+203+61=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 203 (79.69% from 255 or 46.45% from 437); Blue value is 61 (24.22% from 255 or 13.96% from 437); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCB3D is #5234C2. Grayscale: #B2B2B2. Windows color (decimal): -5387459 or 4049837. OLE color: 4049837.

HSL color Cylindrical-coordinate representation of color #ADCB3D: hue angle of 72.68º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ADCB3D is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB17320361-
CMYK0.1500.700.20
HSL72.68º57.72%51.76%-
HSV(B)72.68º69.95%79.61%-
XYZ39.4351.9312.36-
YUV177.8462.06124.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.59%
GREEN value IS 203 (79.69% from 255) = 46.45%
BLUE value IS 61 (24.22% from 255) = 13.96%
R=39.59%
G=46.45%
B=13.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal173203610.1500.700.2072.6857.7251.76
HexADCB3DF04614493a34
Octal25531375170106241117264
Binary1010110111001011111101111101000110101001001001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCB3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCB3D; }

 p { color: rgb(173,203,61); }

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

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

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

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

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

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

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