#ABC83A

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

Shades of Atlantis #ABC83A

Tints of Atlantis #ABC83A

Color information

#ABC83A (or 0xABC83A) is unknown color: approx Atlantis. HEX triplet: AB, C8 and 3A. RGB value is (171,200,58). Sum of RGB (Red+Green+Blue) = 171+200+58=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 200 (78.52% from 255 or 46.62% from 429); Blue value is 58 (23.05% from 255 or 13.52% from 429); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC83A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC83A is #5437C5. Grayscale: #AFAFAF. Windows color (decimal): -5519302 or 3852459. OLE color: 3852459.

HSL color Cylindrical-coordinate representation of color #ABC83A: hue angle of 72.25º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ABC83A is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB17120058-
CMYK0.1400.710.22
HSL72.25º56.35%50.59%-
HSV(B)72.25º71%78.43%-
XYZ38.2150.2711.69-
YUV175.1461.89125.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.86%
GREEN value IS 200 (78.52% from 255) = 46.62%
BLUE value IS 58 (23.05% from 255) = 13.52%
R=39.86%
G=46.62%
B=13.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal171200580.1400.710.2272.2556.3550.59
HexABC83AE04716483833
Octal25331072160107261107063
Binary1010101111001000111010111001000111101101001000111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC83A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC83A; }

 p { color: rgb(171,200,58); }

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

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

 a { background-color: rgb(171,200,58); }

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

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

 span { border-color: rgb(171,200,58); }

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