Html Css Color HEX #ACD340 Atlantis

📋 copy color: '#ACD340'

red 172 ◦ green 211 ◦ blue 64

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

Shades of Atlantis #ACD340

Tints of Atlantis #ACD340

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.2%

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

R = 38.48%
G = 47.2%
B = 14.32%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#ACD340 (or 0xACD340) is known color: Atlantis. HEX triplet: AC, D3 and 40. RGB value is (172,211,64). Sum of RGB (Red+Green+Blue) = 172+211+64=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 211 (82.81% from 255 or 47.20% from 447); Blue value is 64 (25.39% from 255 or 14.32% from 447); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD340 is #532CBF. Grayscale: #B7B7B7. Windows color (decimal): -5450944 or 4248492. OLE color: 4248492.

HSL color Cylindrical-coordinate representation of color #ACD340: 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.7%. Process color model (Four color, CMYK) of #ACD340 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 211 64 -
CMYK 0.18 0 0.70 0.17
HSL 75.92º 0.63% 0.54% -
HSV(B) 75.92º 0.7% 0.83% -
XYZ 41.23 55.73 13.43 -
YUV 182.58 61.08 120.45 -
System Red Green Blue C M Y K H S L
Decimal 172 211 64 0.18 0 0.70 0.17 75.92 0.63 0.54
Hex AC D3 40 12 0 46 11 4C 3F 36
Octal 254 323 100 22 0 106 21 114 77 66
Binary 10101100 11010011 1000000 10010 0 1000110 10001 1001100 111111 110110

Color Harmonies of #ACD340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD340

Black with #ACD340

Text Example


Text Example

White with #ACD340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD340; }

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

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

background-color css

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

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

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

border-color css

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

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

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