Html Css Color HEX #ABDC3E Atlantis

📋 copy color: '#ABDC3E'

red 171 ◦ green 220 ◦ blue 62

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

Shades of Atlantis #ABDC3E

Tints of Atlantis #ABDC3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.69%

R = 37.75%
G = 48.57%
B = 13.69%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#ABDC3E (or 0xABDC3E) is known color: Atlantis. HEX triplet: AB, DC and 3E. RGB value is (171,220,62). Sum of RGB (Red+Green+Blue) = 171+220+62=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 220 (86.33% from 255 or 48.57% from 453); Blue value is 62 (24.61% from 255 or 13.69% from 453); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDC3E is #5423C1. Grayscale: #BBBBBB. Windows color (decimal): -5514178 or 4119723. OLE color: 4119723.

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

Color convert

RGB 171 220 62 -
CMYK 0.22 0 0.72 0.14
HSL 78.61º 0.69% 0.55% -
HSV(B) 78.61º 0.72% 0.86% -
XYZ 43.26 60.19 13.9 -
YUV 187.34 57.27 116.35 -
System Red Green Blue C M Y K H S L
Decimal 171 220 62 0.22 0 0.72 0.14 78.61 0.69 0.55
Hex AB DC 3E 16 0 48 E 4F 45 37
Octal 253 334 76 26 0 110 16 117 105 67
Binary 10101011 11011100 111110 10110 0 1001000 1110 1001111 1000101 110111

Color Harmonies of #ABDC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDC3E

Black with #ABDC3E

Text Example


Text Example

White with #ABDC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDC3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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