Html Css Color HEX #ABDC3F Atlantis

📋 copy color: '#ABDC3F'

red 171 ◦ green 220 ◦ blue 63

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

Shades of Atlantis #ABDC3F

Tints of Atlantis #ABDC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.88%

R = 37.67%
G = 48.46%
B = 13.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#ABDC3F (or 0xABDC3F) is known color: Atlantis. HEX triplet: AB, DC and 3F. RGB value is (171,220,63). Sum of RGB (Red+Green+Blue) = 171+220+63=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 63 (25% from 255 or 13.88% from 454); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDC3F is #5423C0. Grayscale: #BCBCBC. Windows color (decimal): -5514177 or 4185259. OLE color: 4185259.

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

Color convert

RGB 171 220 63 -
CMYK 0.22 0 0.71 0.14
HSL 78.73º 0.69% 0.55% -
HSV(B) 78.73º 0.71% 0.86% -
XYZ 43.29 60.2 14.04 -
YUV 187.45 57.77 116.27 -
System Red Green Blue C M Y K H S L
Decimal 171 220 63 0.22 0 0.71 0.14 78.73 0.69 0.55
Hex AB DC 3F 16 0 47 E 4F 45 37
Octal 253 334 77 26 0 107 16 117 105 67
Binary 10101011 11011100 111111 10110 0 1000111 1110 1001111 1000101 110111

Color Harmonies of #ABDC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDC3F

Black with #ABDC3F

Text Example


Text Example

White with #ABDC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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