Html Css Color HEX #ABD442 Atlantis

📋 copy color: '#ABD442'

red 171 ◦ green 212 ◦ blue 66

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

Shades of Atlantis #ABD442

Tints of Atlantis #ABD442

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.22%

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

R = 38.08%
G = 47.22%
B = 14.7%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#ABD442 (or 0xABD442) is known color: Atlantis. HEX triplet: AB, D4 and 42. RGB value is (171,212,66). Sum of RGB (Red+Green+Blue) = 171+212+66=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 212 (83.20% from 255 or 47.22% from 449); Blue value is 66 (26.17% from 255 or 14.70% from 449); Max value from RGB is 212 - color contains mainly: green. Hex color #ABD442 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABD442 is #542BBD. Grayscale: #B7B7B7. Windows color (decimal): -5516222 or 4379819. OLE color: 4379819.

HSL color Cylindrical-coordinate representation of color #ABD442: hue angle of 76.85º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ABD442 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 171 212 66 -
CMYK 0.19 0 0.69 0.17
HSL 76.85º 0.63% 0.55% -
HSV(B) 76.85º 0.69% 0.83% -
XYZ 41.32 56.14 13.81 -
YUV 183.1 61.92 119.37 -
System Red Green Blue C M Y K H S L
Decimal 171 212 66 0.19 0 0.69 0.17 76.85 0.63 0.55
Hex AB D4 42 13 0 45 11 4D 3F 37
Octal 253 324 102 23 0 105 21 115 77 67
Binary 10101011 11010100 1000010 10011 0 1000101 10001 1001101 111111 110111

Color Harmonies of #ABD442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD442

Black with #ABD442

Text Example


Text Example

White with #ABD442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD442; }

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

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

background-color css

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

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

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

border-color css

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

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

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