Html Css Color HEX #ADD03D Atlantis

📋 copy color: '#ADD03D'

red 173 ◦ green 208 ◦ blue 61

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

Shades of Atlantis #ADD03D

Tints of Atlantis #ADD03D

RGB

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

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

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

R = 39.14%
G = 47.06%
B = 13.8%

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

#ADD03D (or 0xADD03D) is known color: Atlantis. HEX triplet: AD, D0 and 3D. RGB value is (173,208,61). Sum of RGB (Red+Green+Blue) = 173+208+61=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 208 (81.64% from 255 or 47.06% from 442); Blue value is 61 (24.22% from 255 or 13.80% from 442); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD03D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD03D is #522FC2. Grayscale: #B5B5B5. Windows color (decimal): -5386179 or 4051117. OLE color: 4051117.

HSL color Cylindrical-coordinate representation of color #ADD03D: hue angle of 74.29º degrees, saturation: 0.61, 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 #ADD03D is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 208 61 -
CMYK 0.17 0 0.71 0.18
HSL 74.29º 0.61% 0.53% -
HSV(B) 74.29º 0.71% 0.82% -
XYZ 40.63 54.33 12.76 -
YUV 180.78 60.4 122.45 -
System Red Green Blue C M Y K H S L
Decimal 173 208 61 0.17 0 0.71 0.18 74.29 0.61 0.53
Hex AD D0 3D 11 0 47 12 4A 3D 35
Octal 255 320 75 21 0 107 22 112 75 65
Binary 10101101 11010000 111101 10001 0 1000111 10010 1001010 111101 110101

Color Harmonies of #ADD03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD03D

Black with #ADD03D

Text Example


Text Example

White with #ADD03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD03D; }

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

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

background-color css

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

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

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

border-color css

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

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

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