Html Css Color HEX #ABDC35 Atlantis

📋 copy color: '#ABDC35'

red 171 ◦ green 220 ◦ blue 53

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

Shades of Atlantis #ABDC35

Tints of Atlantis #ABDC35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.94%

R = 38.51%
G = 49.55%
B = 11.94%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#ABDC35 (or 0xABDC35) is known color: Atlantis. HEX triplet: AB, DC and 35. RGB value is (171,220,53). Sum of RGB (Red+Green+Blue) = 171+220+53=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 220 (86.33% from 255 or 49.55% from 444); Blue value is 53 (21.09% from 255 or 11.94% from 444); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDC35 is #5423CA. Grayscale: #BABABA. Windows color (decimal): -5514187 or 3529899. OLE color: 3529899.

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

Color convert

RGB 171 220 53 -
CMYK 0.22 0 0.76 0.14
HSL 77.6º 0.7% 0.54% -
HSV(B) 77.6º 0.76% 0.86% -
XYZ 43.03 60.1 12.7 -
YUV 186.31 52.77 117.08 -
System Red Green Blue C M Y K H S L
Decimal 171 220 53 0.22 0 0.76 0.14 77.6 0.7 0.54
Hex AB DC 35 16 0 4C E 4E 46 36
Octal 253 334 65 26 0 114 16 116 106 66
Binary 10101011 11011100 110101 10110 0 1001100 1110 1001110 1000110 110110

Color Harmonies of #ABDC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDC35

Black with #ABDC35

Text Example


Text Example

White with #ABDC35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDC35; }

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

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

background-color css

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

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

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

border-color css

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

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

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