Html Css Color HEX #ABDC30 Atlantis

📋 copy color: '#ABDC30'

red 171 ◦ green 220 ◦ blue 48

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

Shades of Atlantis #ABDC30

Tints of Atlantis #ABDC30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.93%

R = 38.95%
G = 50.11%
B = 10.93%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#ABDC30 (or 0xABDC30) is known color: Atlantis. HEX triplet: AB, DC and 30. RGB value is (171,220,48). Sum of RGB (Red+Green+Blue) = 171+220+48=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 220 (86.33% from 255 or 50.11% from 439); Blue value is 48 (19.14% from 255 or 10.93% from 439); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDC30 is #5423CF. Grayscale: #BABABA. Windows color (decimal): -5514192 or 3202219. OLE color: 3202219.

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

Color convert

RGB 171 220 48 -
CMYK 0.22 0 0.78 0.14
HSL 77.09º 0.71% 0.53% -
HSV(B) 77.09º 0.78% 0.86% -
XYZ 42.92 60.06 12.13 -
YUV 185.74 50.27 117.49 -
System Red Green Blue C M Y K H S L
Decimal 171 220 48 0.22 0 0.78 0.14 77.09 0.71 0.53
Hex AB DC 30 16 0 4E E 4D 47 35
Octal 253 334 60 26 0 116 16 115 107 65
Binary 10101011 11011100 110000 10110 0 1001110 1110 1001101 1000111 110101

Color Harmonies of #ABDC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDC30

Black with #ABDC30

Text Example


Text Example

White with #ABDC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDC30; }

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

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

background-color css

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

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

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

border-color css

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

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

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