Html Css Color HEX #ABDC38 Atlantis

📋 copy color: '#ABDC38'

red 171 ◦ green 220 ◦ blue 56

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

Shades of Atlantis #ABDC38

Tints of Atlantis #ABDC38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.53%

R = 38.26%
G = 49.22%
B = 12.53%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#ABDC38 (or 0xABDC38) is known color: Atlantis. HEX triplet: AB, DC and 38. RGB value is (171,220,56). Sum of RGB (Red+Green+Blue) = 171+220+56=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 56 (22.27% from 255 or 12.53% from 447); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDC38 is #5423C7. Grayscale: #BBBBBB. Windows color (decimal): -5514184 or 3726507. OLE color: 3726507.

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

Color convert

RGB 171 220 56 -
CMYK 0.22 0 0.75 0.14
HSL 77.93º 0.7% 0.54% -
HSV(B) 77.93º 0.75% 0.86% -
XYZ 43.1 60.13 13.08 -
YUV 186.65 54.27 116.84 -
System Red Green Blue C M Y K H S L
Decimal 171 220 56 0.22 0 0.75 0.14 77.93 0.7 0.54
Hex AB DC 38 16 0 4B E 4E 46 36
Octal 253 334 70 26 0 113 16 116 106 66
Binary 10101011 11011100 111000 10110 0 1001011 1110 1001110 1000110 110110

Color Harmonies of #ABDC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDC38

Black with #ABDC38

Text Example


Text Example

White with #ABDC38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDC38; }

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

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

background-color css

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

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

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

border-color css

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

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

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