Html Css Color HEX #ABDC3A Atlantis

📋 copy color: '#ABDC3A'

red 171 ◦ green 220 ◦ blue 58

#ABDC3A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #ABDC3A

Tints of Atlantis #ABDC3A

RGB

 RED value IS 171 (67.19% from 255) = 38.08%

 GREEN value IS 220 (86.33% from 255) = 49%

 BLUE value IS 58 (23.05% from 255) = 12.92%

R = 38.08%
G = 49%
B = 12.92%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#ABDC3A (or 0xABDC3A) is known color: Atlantis. HEX triplet: AB, DC and 3A. RGB value is (171,220,58). Sum of RGB (Red+Green+Blue) = 171+220+58=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 58 (23.05% from 255 or 12.92% from 449); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDC3A is #5423C5. Grayscale: #BBBBBB. Windows color (decimal): -5514182 or 3857579. OLE color: 3857579.

HSL color Cylindrical-coordinate representation of color #ABDC3A: hue angle of 78.15º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ABDC3A is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 220 58 -
CMYK 0.22 0 0.74 0.14
HSL 78.15º 0.7% 0.55% -
HSV(B) 78.15º 0.74% 0.86% -
XYZ 43.15 60.15 13.34 -
YUV 186.88 55.27 116.67 -
System Red Green Blue C M Y K H S L
Decimal 171 220 58 0.22 0 0.74 0.14 78.15 0.7 0.55
Hex AB DC 3A 16 0 4A E 4E 46 37
Octal 253 334 72 26 0 112 16 116 106 67
Binary 10101011 11011100 111010 10110 0 1001010 1110 1001110 1000110 110111

Color Harmonies of #ABDC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDC3A

Black with #ABDC3A

Text Example


Text Example

White with #ABDC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDC3A; }

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

 H1.HeaderClassName
 {
   color: #ABDC3A;
 }
 .AnyTagClassName
 {
   color: #ABDC3A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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