Html Css Color HEX #ABD242 Atlantis

📋 copy color: '#ABD242'

red 171 ◦ green 210 ◦ blue 66

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

Shades of Atlantis #ABD242

Tints of Atlantis #ABD242

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.98%

 BLUE value IS 66 (26.17% from 255) = 14.77%

R = 38.26%
G = 46.98%
B = 14.77%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#ABD242 (or 0xABD242) is known color: Atlantis. HEX triplet: AB, D2 and 42. RGB value is (171,210,66). Sum of RGB (Red+Green+Blue) = 171+210+66=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 210 (82.42% from 255 or 46.98% from 447); Blue value is 66 (26.17% from 255 or 14.77% from 447); Max value from RGB is 210 - color contains mainly: green. Hex color #ABD242 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABD242 is #542DBD. Grayscale: #B6B6B6. Windows color (decimal): -5516734 or 4379307. OLE color: 4379307.

HSL color Cylindrical-coordinate representation of color #ABD242: hue angle of 76.25º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ABD242 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 210 66 -
CMYK 0.19 0 0.69 0.18
HSL 76.25º 0.62% 0.54% -
HSV(B) 76.25º 0.69% 0.82% -
XYZ 40.82 55.14 13.65 -
YUV 181.92 62.58 120.21 -
System Red Green Blue C M Y K H S L
Decimal 171 210 66 0.19 0 0.69 0.18 76.25 0.62 0.54
Hex AB D2 42 13 0 45 12 4C 3E 36
Octal 253 322 102 23 0 105 22 114 76 66
Binary 10101011 11010010 1000010 10011 0 1000101 10010 1001100 111110 110110

Color Harmonies of #ABD242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD242

Black with #ABD242

Text Example


Text Example

White with #ABD242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD242; }

 p { color: rgb(171,210,66); }

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

background-color css

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

 a { background-color: rgb(171,210,66); }

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

border-color css

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

 span { border-color: rgb(171,210,66); }

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