Html Css Color HEX #ADD832 Atlantis

📋 copy color: '#ADD832'

red 173 ◦ green 216 ◦ blue 50

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

Shades of Atlantis #ADD832

Tints of Atlantis #ADD832

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.2%

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

R = 39.41%
G = 49.2%
B = 11.39%

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

#ADD832 (or 0xADD832) is known color: Atlantis. HEX triplet: AD, D8 and 32. RGB value is (173,216,50). Sum of RGB (Red+Green+Blue) = 173+216+50=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 216 (84.77% from 255 or 49.20% from 439); Blue value is 50 (19.92% from 255 or 11.39% from 439); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD832 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD832 is #5227CD. Grayscale: #B8B8B8. Windows color (decimal): -5384142 or 3332269. OLE color: 3332269.

HSL color Cylindrical-coordinate representation of color #ADD832: hue angle of 75.54º degrees, saturation: 0.68, 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 #ADD832 is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 216 50 -
CMYK 0.20 0 0.77 0.15
HSL 75.54º 0.68% 0.52% -
HSV(B) 75.54º 0.77% 0.85% -
XYZ 42.37 58.23 12.02 -
YUV 184.22 52.25 120 -
System Red Green Blue C M Y K H S L
Decimal 173 216 50 0.20 0 0.77 0.15 75.54 0.68 0.52
Hex AD D8 32 14 0 4D F 4C 44 34
Octal 255 330 62 24 0 115 17 114 104 64
Binary 10101101 11011000 110010 10100 0 1001101 1111 1001100 1000100 110100

Color Harmonies of #ADD832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD832

Black with #ADD832

Text Example


Text Example

White with #ADD832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD832; }

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

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

background-color css

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

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

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

border-color css

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

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

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