Html Css Color HEX #ADDD2F Atlantis

📋 copy color: '#ADDD2F'

red 173 ◦ green 221 ◦ blue 47

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

Shades of Atlantis #ADDD2F

Tints of Atlantis #ADDD2F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.11%

 BLUE value IS 47 (18.75% from 255) = 10.66%

R = 39.23%
G = 50.11%
B = 10.66%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#ADDD2F (or 0xADDD2F) is known color: Atlantis. HEX triplet: AD, DD and 2F. RGB value is (173,221,47). Sum of RGB (Red+Green+Blue) = 173+221+47=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 47 (18.75% from 255 or 10.66% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDD2F is #5222D0. Grayscale: #BBBBBB. Windows color (decimal): -5382865 or 3136941. OLE color: 3136941.

HSL color Cylindrical-coordinate representation of color #ADDD2F: hue angle of 76.55º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ADDD2F is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 221 47 -
CMYK 0.22 0 0.79 0.13
HSL 76.55º 0.72% 0.53% -
HSV(B) 76.55º 0.79% 0.87% -
XYZ 43.6 60.8 12.13 -
YUV 186.81 49.1 118.15 -
System Red Green Blue C M Y K H S L
Decimal 173 221 47 0.22 0 0.79 0.13 76.55 0.72 0.53
Hex AD DD 2F 16 0 4F D 4D 48 35
Octal 255 335 57 26 0 117 15 115 110 65
Binary 10101101 11011101 101111 10110 0 1001111 1101 1001101 1001000 110101

Color Harmonies of #ADDD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDD2F

Black with #ADDD2F

Text Example


Text Example

White with #ADDD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDD2F; }

 p { color: rgb(173,221,47); }

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

background-color css

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

 a { background-color: rgb(173,221,47); }

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

border-color css

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

 span { border-color: rgb(173,221,47); }

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