Html Css Color HEX #ABDA32 Atlantis

📋 copy color: '#ABDA32'

red 171 ◦ green 218 ◦ blue 50

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

Shades of Atlantis #ABDA32

Tints of Atlantis #ABDA32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.39%

R = 38.95%
G = 49.66%
B = 11.39%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#ABDA32 (or 0xABDA32) is known color: Atlantis. HEX triplet: AB, DA and 32. RGB value is (171,218,50). Sum of RGB (Red+Green+Blue) = 171+218+50=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 218 (85.55% from 255 or 49.66% from 439); Blue value is 50 (19.92% from 255 or 11.39% from 439); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDA32 is #5425CD. Grayscale: #B9B9B9. Windows color (decimal): -5514702 or 3332779. OLE color: 3332779.

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

Color convert

RGB 171 218 50 -
CMYK 0.22 0 0.77 0.15
HSL 76.79º 0.69% 0.53% -
HSV(B) 76.79º 0.77% 0.85% -
XYZ 42.44 59.03 12.17 -
YUV 184.8 51.93 118.16 -
System Red Green Blue C M Y K H S L
Decimal 171 218 50 0.22 0 0.77 0.15 76.79 0.69 0.53
Hex AB DA 32 16 0 4D F 4D 45 35
Octal 253 332 62 26 0 115 17 115 105 65
Binary 10101011 11011010 110010 10110 0 1001101 1111 1001101 1000101 110101

Color Harmonies of #ABDA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDA32

Black with #ABDA32

Text Example


Text Example

White with #ABDA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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