Html Css Color HEX #ADD042 Atlantis

📋 copy color: '#ADD042'

red 173 ◦ green 208 ◦ blue 66

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

Shades of Atlantis #ADD042

Tints of Atlantis #ADD042

RGB

 RED value IS 173 (67.97% from 255) = 38.7%

 GREEN value IS 208 (81.64% from 255) = 46.53%

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

R = 38.7%
G = 46.53%
B = 14.77%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#ADD042 (or 0xADD042) is known color: Atlantis. HEX triplet: AD, D0 and 42. RGB value is (173,208,66). Sum of RGB (Red+Green+Blue) = 173+208+66=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 208 (81.64% from 255 or 46.53% from 447); Blue value is 66 (26.17% from 255 or 14.77% from 447); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD042 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD042 is #522FBD. Grayscale: #B5B5B5. Windows color (decimal): -5386174 or 4378797. OLE color: 4378797.

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

Color convert

RGB 173 208 66 -
CMYK 0.17 0 0.68 0.18
HSL 74.79º 0.6% 0.54% -
HSV(B) 74.79º 0.68% 0.82% -
XYZ 40.77 54.39 13.5 -
YUV 181.35 62.9 122.05 -
System Red Green Blue C M Y K H S L
Decimal 173 208 66 0.17 0 0.68 0.18 74.79 0.6 0.54
Hex AD D0 42 11 0 44 12 4B 3C 36
Octal 255 320 102 21 0 104 22 113 74 66
Binary 10101101 11010000 1000010 10001 0 1000100 10010 1001011 111100 110110

Color Harmonies of #ADD042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD042

Black with #ADD042

Text Example


Text Example

White with #ADD042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD042; }

 p { color: rgb(173,208,66); }

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

background-color css

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

 a { background-color: rgb(173,208,66); }

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

border-color css

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

 span { border-color: rgb(173,208,66); }

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