Html Css Color HEX #ADD932 Atlantis

📋 copy color: '#ADD932'

red 173 ◦ green 217 ◦ blue 50

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

Shades of Atlantis #ADD932

Tints of Atlantis #ADD932

RGB

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

 GREEN value IS 217 (85.16% from 255) = 49.32%

 BLUE value IS 50 (19.92% from 255) = 11.36%

R = 39.32%
G = 49.32%
B = 11.36%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#ADD932 (or 0xADD932) is known color: Atlantis. HEX triplet: AD, D9 and 32. RGB value is (173,217,50). Sum of RGB (Red+Green+Blue) = 173+217+50=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 217 (85.16% from 255 or 49.32% from 440); Blue value is 50 (19.92% from 255 or 11.36% from 440); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD932 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD932 is #5226CD. Grayscale: #B9B9B9. Windows color (decimal): -5383886 or 3332525. OLE color: 3332525.

HSL color Cylindrical-coordinate representation of color #ADD932: hue angle of 75.81º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ADD932 is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 217 50 -
CMYK 0.20 0 0.77 0.15
HSL 75.81º 0.69% 0.52% -
HSV(B) 75.81º 0.77% 0.85% -
XYZ 42.62 58.74 12.11 -
YUV 184.81 51.92 119.58 -
System Red Green Blue C M Y K H S L
Decimal 173 217 50 0.20 0 0.77 0.15 75.81 0.69 0.52
Hex AD D9 32 14 0 4D F 4C 45 34
Octal 255 331 62 24 0 115 17 114 105 64
Binary 10101101 11011001 110010 10100 0 1001101 1111 1001100 1000101 110100

Color Harmonies of #ADD932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD932

Black with #ADD932

Text Example


Text Example

White with #ADD932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD932; }

 p { color: rgb(173,217,50); }

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

background-color css

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

 a { background-color: rgb(173,217,50); }

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

border-color css

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

 span { border-color: rgb(173,217,50); }

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