Html Css Color HEX #ACD140 Atlantis

📋 copy color: '#ACD140'

red 172 ◦ green 209 ◦ blue 64

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

Shades of Atlantis #ACD140

Tints of Atlantis #ACD140

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.97%

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

R = 38.65%
G = 46.97%
B = 14.38%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#ACD140 (or 0xACD140) is known color: Atlantis. HEX triplet: AC, D1 and 40. RGB value is (172,209,64). Sum of RGB (Red+Green+Blue) = 172+209+64=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 209 (82.03% from 255 or 46.97% from 445); Blue value is 64 (25.39% from 255 or 14.38% from 445); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD140 is #532EBF. Grayscale: #B5B5B5. Windows color (decimal): -5451456 or 4247980. OLE color: 4247980.

HSL color Cylindrical-coordinate representation of color #ACD140: hue angle of 75.31º degrees, saturation: 0.61, 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 #ACD140 is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 209 64 -
CMYK 0.18 0 0.69 0.18
HSL 75.31º 0.61% 0.54% -
HSV(B) 75.31º 0.69% 0.82% -
XYZ 40.74 54.74 13.27 -
YUV 181.41 61.74 121.29 -
System Red Green Blue C M Y K H S L
Decimal 172 209 64 0.18 0 0.69 0.18 75.31 0.61 0.54
Hex AC D1 40 12 0 45 12 4B 3D 36
Octal 254 321 100 22 0 105 22 113 75 66
Binary 10101100 11010001 1000000 10010 0 1000101 10010 1001011 111101 110110

Color Harmonies of #ACD140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD140

Black with #ACD140

Text Example


Text Example

White with #ACD140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD140; }

 p { color: rgb(172,209,64); }

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

background-color css

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

 a { background-color: rgb(172,209,64); }

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

border-color css

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

 span { border-color: rgb(172,209,64); }

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