Html Css Color HEX #ABDC3B Atlantis

📋 copy color: '#ABDC3B'

red 171 ◦ green 220 ◦ blue 59

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

Shades of Atlantis #ABDC3B

Tints of Atlantis #ABDC3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.11%

R = 38%
G = 48.89%
B = 13.11%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#ABDC3B (or 0xABDC3B) is known color: Atlantis. HEX triplet: AB, DC and 3B. RGB value is (171,220,59). Sum of RGB (Red+Green+Blue) = 171+220+59=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 220 (86.33% from 255 or 48.89% from 450); Blue value is 59 (23.44% from 255 or 13.11% from 450); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDC3B is #5423C4. Grayscale: #BBBBBB. Windows color (decimal): -5514181 or 3923115. OLE color: 3923115.

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

Color convert

RGB 171 220 59 -
CMYK 0.22 0 0.73 0.14
HSL 78.26º 0.7% 0.55% -
HSV(B) 78.26º 0.73% 0.86% -
XYZ 43.18 60.16 13.47 -
YUV 187 55.77 116.59 -
System Red Green Blue C M Y K H S L
Decimal 171 220 59 0.22 0 0.73 0.14 78.26 0.7 0.55
Hex AB DC 3B 16 0 49 E 4E 46 37
Octal 253 334 73 26 0 111 16 116 106 67
Binary 10101011 11011100 111011 10110 0 1001001 1110 1001110 1000110 110111

Color Harmonies of #ABDC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDC3B

Black with #ABDC3B

Text Example


Text Example

White with #ABDC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDC3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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