#ABD641

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

Shades of Atlantis #ABD641

Tints of Atlantis #ABD641

Color information

#ABD641 (or 0xABD641) is unknown color: approx Atlantis. HEX triplet: AB, D6 and 41. RGB value is (171,214,65). Sum of RGB (Red+Green+Blue) = 171+214+65=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 214 (83.98% from 255 or 47.56% from 450); Blue value is 65 (25.78% from 255 or 14.44% from 450); Max value from RGB is 214 - color contains mainly: green. Hex color #ABD641 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABD641 is #5429BE. Grayscale: #B8B8B8. Windows color (decimal): -5515711 or 4314795. OLE color: 4314795.

HSL color Cylindrical-coordinate representation of color #ABD641: hue angle of 77.32º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ABD641 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB17121465-
CMYK0.2000.700.16
HSL77.32º64.5%54.71%-
HSV(B)77.32º69.63%83.92%-
XYZ41.857.1313.83-
YUV184.1660.75118.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38%
GREEN value IS 214 (83.98% from 255) = 47.56%
BLUE value IS 65 (25.78% from 255) = 14.44%
R=38%
G=47.56%
B=14.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal171214650.2000.700.1677.3264.554.71
HexABD64114046104d4137
Octal2533261012401062011510167
Binary1010101111010110100000110100010001101000010011011000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD641; }

 p { color: rgb(171,214,65); }

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

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

 a { background-color: rgb(171,214,65); }

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

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

 span { border-color: rgb(171,214,65); }

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