Html Css Color HEX #ABDA3A Atlantis

📋 copy color: '#ABDA3A'

red 171 ◦ green 218 ◦ blue 58

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

Shades of Atlantis #ABDA3A

Tints of Atlantis #ABDA3A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.77%

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

R = 38.26%
G = 48.77%
B = 12.98%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#ABDA3A (or 0xABDA3A) is known color: Atlantis. HEX triplet: AB, DA and 3A. RGB value is (171,218,58). Sum of RGB (Red+Green+Blue) = 171+218+58=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 218 (85.55% from 255 or 48.77% from 447); Blue value is 58 (23.05% from 255 or 12.98% from 447); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDA3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDA3A is #5425C5. Grayscale: #BABABA. Windows color (decimal): -5514694 or 3857067. OLE color: 3857067.

HSL color Cylindrical-coordinate representation of color #ABDA3A: hue angle of 77.62º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ABDA3A is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 218 58 -
CMYK 0.22 0 0.73 0.15
HSL 77.63º 0.68% 0.54% -
HSV(B) 77.63º 0.73% 0.85% -
XYZ 42.63 59.11 13.16 -
YUV 185.71 55.93 117.51 -
System Red Green Blue C M Y K H S L
Decimal 171 218 58 0.22 0 0.73 0.15 77.63 0.68 0.54
Hex AB DA 3A 16 0 49 F 4E 44 36
Octal 253 332 72 26 0 111 17 116 104 66
Binary 10101011 11011010 111010 10110 0 1001001 1111 1001110 1000100 110110

Color Harmonies of #ABDA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDA3A

Black with #ABDA3A

Text Example


Text Example

White with #ABDA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDA3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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