Html Css Color HEX #ABD542 Atlantis

📋 copy color: '#ABD542'

red 171 ◦ green 213 ◦ blue 66

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

Shades of Atlantis #ABD542

Tints of Atlantis #ABD542

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.33%

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

R = 38%
G = 47.33%
B = 14.67%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#ABD542 (or 0xABD542) is known color: Atlantis. HEX triplet: AB, D5 and 42. RGB value is (171,213,66). Sum of RGB (Red+Green+Blue) = 171+213+66=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 213 (83.59% from 255 or 47.33% from 450); Blue value is 66 (26.17% from 255 or 14.67% from 450); Max value from RGB is 213 - color contains mainly: green. Hex color #ABD542 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABD542 is #542ABD. Grayscale: #B8B8B8. Windows color (decimal): -5515966 or 4380075. OLE color: 4380075.

HSL color Cylindrical-coordinate representation of color #ABD542: hue angle of 77.14º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ABD542 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 213 66 -
CMYK 0.20 0 0.69 0.16
HSL 77.14º 0.64% 0.55% -
HSV(B) 77.14º 0.69% 0.84% -
XYZ 41.57 56.64 13.9 -
YUV 183.68 61.59 118.95 -
System Red Green Blue C M Y K H S L
Decimal 171 213 66 0.20 0 0.69 0.16 77.14 0.64 0.55
Hex AB D5 42 14 0 45 10 4D 40 37
Octal 253 325 102 24 0 105 20 115 100 67
Binary 10101011 11010101 1000010 10100 0 1000101 10000 1001101 1000000 110111

Color Harmonies of #ABD542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD542

Black with #ABD542

Text Example


Text Example

White with #ABD542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD542; }

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

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

background-color css

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

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

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

border-color css

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

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

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