Html Css Color HEX #ADD242 Atlantis

📋 copy color: '#ADD242'

red 173 ◦ green 210 ◦ blue 66

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

Shades of Atlantis #ADD242

Tints of Atlantis #ADD242

RGB

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

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

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

R = 38.53%
G = 46.77%
B = 14.7%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#ADD242 (or 0xADD242) is known color: Atlantis. HEX triplet: AD, D2 and 42. RGB value is (173,210,66). Sum of RGB (Red+Green+Blue) = 173+210+66=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 210 (82.42% from 255 or 46.77% from 449); Blue value is 66 (26.17% from 255 or 14.70% from 449); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD242 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD242 is #522DBD. Grayscale: #B7B7B7. Windows color (decimal): -5385662 or 4379309. OLE color: 4379309.

HSL color Cylindrical-coordinate representation of color #ADD242: hue angle of 75.42º 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 #ADD242 is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 210 66 -
CMYK 0.18 0 0.69 0.18
HSL 75.42º 0.62% 0.54% -
HSV(B) 75.42º 0.69% 0.82% -
XYZ 41.26 55.37 13.67 -
YUV 182.52 62.24 121.21 -
System Red Green Blue C M Y K H S L
Decimal 173 210 66 0.18 0 0.69 0.18 75.42 0.62 0.54
Hex AD D2 42 12 0 45 12 4B 3E 36
Octal 255 322 102 22 0 105 22 113 76 66
Binary 10101101 11010010 1000010 10010 0 1000101 10010 1001011 111110 110110

Color Harmonies of #ADD242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD242

Black with #ADD242

Text Example


Text Example

White with #ADD242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD242; }

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

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

background-color css

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

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

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

border-color css

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

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

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