Html Css Color HEX #ACDD2F Atlantis

📋 copy color: '#ACDD2F'

red 172 ◦ green 221 ◦ blue 47

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

Shades of Atlantis #ACDD2F

Tints of Atlantis #ACDD2F

RGB

 RED value IS 172 (67.58% from 255) = 39.09%

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

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

R = 39.09%
G = 50.23%
B = 10.68%

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

#ACDD2F (or 0xACDD2F) is known color: Atlantis. HEX triplet: AC, DD and 2F. RGB value is (172,221,47). Sum of RGB (Red+Green+Blue) = 172+221+47=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 221 (86.72% from 255 or 50.23% from 440); Blue value is 47 (18.75% from 255 or 10.68% from 440); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDD2F is #5322D0. Grayscale: #BBBBBB. Windows color (decimal): -5448401 or 3136940. OLE color: 3136940.

HSL color Cylindrical-coordinate representation of color #ACDD2F: hue angle of 76.9º 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 #ACDD2F is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 221 47 -
CMYK 0.22 0 0.79 0.13
HSL 76.9º 0.72% 0.53% -
HSV(B) 76.9º 0.79% 0.87% -
XYZ 43.38 60.69 12.12 -
YUV 186.51 49.27 117.65 -
System Red Green Blue C M Y K H S L
Decimal 172 221 47 0.22 0 0.79 0.13 76.9 0.72 0.53
Hex AC DD 2F 16 0 4F D 4D 48 35
Octal 254 335 57 26 0 117 15 115 110 65
Binary 10101100 11011101 101111 10110 0 1001111 1101 1001101 1001000 110101

Color Harmonies of #ACDD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDD2F

Black with #ACDD2F

Text Example


Text Example

White with #ACDD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDD2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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