Html Css Color HEX #ADD13D Atlantis

📋 copy color: '#ADD13D'

red 173 ◦ green 209 ◦ blue 61

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

Shades of Atlantis #ADD13D

Tints of Atlantis #ADD13D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 47.18%

 BLUE value IS 61 (24.22% from 255) = 13.77%

R = 39.05%
G = 47.18%
B = 13.77%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#ADD13D (or 0xADD13D) is known color: Atlantis. HEX triplet: AD, D1 and 3D. RGB value is (173,209,61). Sum of RGB (Red+Green+Blue) = 173+209+61=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 209 (82.03% from 255 or 47.18% from 443); Blue value is 61 (24.22% from 255 or 13.77% from 443); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD13D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD13D is #522EC2. Grayscale: #B5B5B5. Windows color (decimal): -5385923 or 4051373. OLE color: 4051373.

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

Color convert

RGB 173 209 61 -
CMYK 0.17 0 0.71 0.18
HSL 74.59º 0.62% 0.53% -
HSV(B) 74.59º 0.71% 0.82% -
XYZ 40.88 54.82 12.84 -
YUV 181.36 60.07 122.03 -
System Red Green Blue C M Y K H S L
Decimal 173 209 61 0.17 0 0.71 0.18 74.59 0.62 0.53
Hex AD D1 3D 11 0 47 12 4B 3E 35
Octal 255 321 75 21 0 107 22 113 76 65
Binary 10101101 11010001 111101 10001 0 1000111 10010 1001011 111110 110101

Color Harmonies of #ADD13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD13D

Black with #ADD13D

Text Example


Text Example

White with #ADD13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD13D; }

 p { color: rgb(173,209,61); }

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

background-color css

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

 a { background-color: rgb(173,209,61); }

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

border-color css

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

 span { border-color: rgb(173,209,61); }

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