Html Css Color HEX #ADD540 Atlantis

📋 copy color: '#ADD540'

red 173 ◦ green 213 ◦ blue 64

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

Shades of Atlantis #ADD540

Tints of Atlantis #ADD540

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.33%

 BLUE value IS 64 (25.39% from 255) = 14.22%

R = 38.44%
G = 47.33%
B = 14.22%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#ADD540 (or 0xADD540) is known color: Atlantis. HEX triplet: AD, D5 and 40. RGB value is (173,213,64). Sum of RGB (Red+Green+Blue) = 173+213+64=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 213 (83.59% from 255 or 47.33% from 450); Blue value is 64 (25.39% from 255 or 14.22% from 450); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD540 is #522ABF. Grayscale: #B8B8B8. Windows color (decimal): -5384896 or 4249005. OLE color: 4249005.

HSL color Cylindrical-coordinate representation of color #ADD540: hue angle of 76.11º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ADD540 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 213 64 -
CMYK 0.19 0 0.70 0.16
HSL 76.11º 0.64% 0.54% -
HSV(B) 76.11º 0.7% 0.84% -
XYZ 41.95 56.84 13.61 -
YUV 184.05 60.25 120.12 -
System Red Green Blue C M Y K H S L
Decimal 173 213 64 0.19 0 0.70 0.16 76.11 0.64 0.54
Hex AD D5 40 13 0 46 10 4C 40 36
Octal 255 325 100 23 0 106 20 114 100 66
Binary 10101101 11010101 1000000 10011 0 1000110 10000 1001100 1000000 110110

Color Harmonies of #ADD540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD540

Black with #ADD540

Text Example


Text Example

White with #ADD540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD540; }

 p { color: rgb(173,213,64); }

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

background-color css

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

 a { background-color: rgb(173,213,64); }

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

border-color css

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

 span { border-color: rgb(173,213,64); }

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