Html Css Color HEX #ADD034 Atlantis

📋 copy color: '#ADD034'

red 173 ◦ green 208 ◦ blue 52

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

Shades of Atlantis #ADD034

Tints of Atlantis #ADD034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.01%

R = 39.95%
G = 48.04%
B = 12.01%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#ADD034 (or 0xADD034) is known color: Atlantis. HEX triplet: AD, D0 and 34. RGB value is (173,208,52). Sum of RGB (Red+Green+Blue) = 173+208+52=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 208 (81.64% from 255 or 48.04% from 433); Blue value is 52 (20.70% from 255 or 12.01% from 433); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD034 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD034 is #522FCB. Grayscale: #B4B4B4. Windows color (decimal): -5386188 or 3461293. OLE color: 3461293.

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

Color convert

RGB 173 208 52 -
CMYK 0.17 0 0.75 0.18
HSL 73.46º 0.62% 0.51% -
HSV(B) 73.46º 0.75% 0.82% -
XYZ 40.41 54.24 11.59 -
YUV 179.75 55.9 123.18 -
System Red Green Blue C M Y K H S L
Decimal 173 208 52 0.17 0 0.75 0.18 73.46 0.62 0.51
Hex AD D0 34 11 0 4B 12 49 3E 33
Octal 255 320 64 21 0 113 22 111 76 63
Binary 10101101 11010000 110100 10001 0 1001011 10010 1001001 111110 110011

Color Harmonies of #ADD034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD034

Black with #ADD034

Text Example


Text Example

White with #ADD034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD034; }

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

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

background-color css

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

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

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

border-color css

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

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

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