Html Css Color HEX #ADD041 Atlantis

📋 copy color: '#ADD041'

red 173 ◦ green 208 ◦ blue 65

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

Shades of Atlantis #ADD041

Tints of Atlantis #ADD041

RGB

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

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

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

R = 38.79%
G = 46.64%
B = 14.57%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#ADD041 (or 0xADD041) is known color: Atlantis. HEX triplet: AD, D0 and 41. RGB value is (173,208,65). Sum of RGB (Red+Green+Blue) = 173+208+65=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 208 (81.64% from 255 or 46.64% from 446); Blue value is 65 (25.78% from 255 or 14.57% from 446); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD041 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD041 is #522FBE. Grayscale: #B5B5B5. Windows color (decimal): -5386175 or 4313261. OLE color: 4313261.

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

Color convert

RGB 173 208 65 -
CMYK 0.17 0 0.69 0.18
HSL 74.69º 0.6% 0.54% -
HSV(B) 74.69º 0.69% 0.82% -
XYZ 40.74 54.38 13.35 -
YUV 181.23 62.4 122.13 -
System Red Green Blue C M Y K H S L
Decimal 173 208 65 0.17 0 0.69 0.18 74.69 0.6 0.54
Hex AD D0 41 11 0 45 12 4B 3C 36
Octal 255 320 101 21 0 105 22 113 74 66
Binary 10101101 11010000 1000001 10001 0 1000101 10010 1001011 111100 110110

Color Harmonies of #ADD041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD041

Black with #ADD041

Text Example


Text Example

White with #ADD041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD041; }

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

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

background-color css

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

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

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

border-color css

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

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

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