Html Css Color HEX #ADD441 Atlantis

📋 copy color: '#ADD441'

red 173 ◦ green 212 ◦ blue 65

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

Shades of Atlantis #ADD441

Tints of Atlantis #ADD441

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.11%

 BLUE value IS 65 (25.78% from 255) = 14.44%

R = 38.44%
G = 47.11%
B = 14.44%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#ADD441 (or 0xADD441) is known color: Atlantis. HEX triplet: AD, D4 and 41. RGB value is (173,212,65). Sum of RGB (Red+Green+Blue) = 173+212+65=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 212 (83.20% from 255 or 47.11% from 450); Blue value is 65 (25.78% from 255 or 14.44% from 450); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD441 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD441 is #522BBE. Grayscale: #B8B8B8. Windows color (decimal): -5385151 or 4314285. OLE color: 4314285.

HSL color Cylindrical-coordinate representation of color #ADD441: hue angle of 75.92º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADD441 is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 212 65 -
CMYK 0.18 0 0.69 0.17
HSL 75.92º 0.63% 0.54% -
HSV(B) 75.92º 0.69% 0.83% -
XYZ 41.73 56.35 13.68 -
YUV 183.58 61.08 120.45 -
System Red Green Blue C M Y K H S L
Decimal 173 212 65 0.18 0 0.69 0.17 75.92 0.63 0.54
Hex AD D4 41 12 0 45 11 4C 3F 36
Octal 255 324 101 22 0 105 21 114 77 66
Binary 10101101 11010100 1000001 10010 0 1000101 10001 1001100 111111 110110

Color Harmonies of #ADD441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD441

Black with #ADD441

Text Example


Text Example

White with #ADD441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD441; }

 p { color: rgb(173,212,65); }

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

background-color css

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

 a { background-color: rgb(173,212,65); }

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

border-color css

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

 span { border-color: rgb(173,212,65); }

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