Html Css Color HEX #ABDC32 Atlantis

📋 copy color: '#ABDC32'

red 171 ◦ green 220 ◦ blue 50

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

Shades of Atlantis #ABDC32

Tints of Atlantis #ABDC32

RGB

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

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

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

R = 38.78%
G = 49.89%
B = 11.34%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#ABDC32 (or 0xABDC32) is known color: Atlantis. HEX triplet: AB, DC and 32. RGB value is (171,220,50). Sum of RGB (Red+Green+Blue) = 171+220+50=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 220 (86.33% from 255 or 49.89% from 441); Blue value is 50 (19.92% from 255 or 11.34% from 441); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDC32 is #5423CD. Grayscale: #BABABA. Windows color (decimal): -5514190 or 3333291. OLE color: 3333291.

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

Color convert

RGB 171 220 50 -
CMYK 0.22 0 0.77 0.14
HSL 77.29º 0.71% 0.53% -
HSV(B) 77.29º 0.77% 0.86% -
XYZ 42.96 60.07 12.35 -
YUV 185.97 51.27 117.32 -
System Red Green Blue C M Y K H S L
Decimal 171 220 50 0.22 0 0.77 0.14 77.29 0.71 0.53
Hex AB DC 32 16 0 4D E 4D 47 35
Octal 253 334 62 26 0 115 16 115 107 65
Binary 10101011 11011100 110010 10110 0 1001101 1110 1001101 1000111 110101

Color Harmonies of #ABDC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDC32

Black with #ABDC32

Text Example


Text Example

White with #ABDC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDC32; }

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

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

background-color css

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

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

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

border-color css

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

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

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