Html Css Color HEX #ACD740 Atlantis

📋 copy color: '#ACD740'

red 172 ◦ green 215 ◦ blue 64

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

Shades of Atlantis #ACD740

Tints of Atlantis #ACD740

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.67%

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

R = 38.14%
G = 47.67%
B = 14.19%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#ACD740 (or 0xACD740) is known color: Atlantis. HEX triplet: AC, D7 and 40. RGB value is (172,215,64). Sum of RGB (Red+Green+Blue) = 172+215+64=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 215 (84.38% from 255 or 47.67% from 451); Blue value is 64 (25.39% from 255 or 14.19% from 451); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD740 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD740 is #5328BF. Grayscale: #B9B9B9. Windows color (decimal): -5449920 or 4249516. OLE color: 4249516.

HSL color Cylindrical-coordinate representation of color #ACD740: hue angle of 77.09º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ACD740 is Cyan = 0.2, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 215 64 -
CMYK 0.2 0 0.70 0.16
HSL 77.09º 0.65% 0.55% -
HSV(B) 77.09º 0.7% 0.84% -
XYZ 42.24 57.74 13.77 -
YUV 184.93 59.75 118.78 -
System Red Green Blue C M Y K H S L
Decimal 172 215 64 0.2 0 0.70 0.16 77.09 0.65 0.55
Hex AC D7 40 14 0 46 10 4D 41 37
Octal 254 327 100 24 0 106 20 115 101 67
Binary 10101100 11010111 1000000 10100 0 1000110 10000 1001101 1000001 110111

Color Harmonies of #ACD740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD740

Black with #ACD740

Text Example


Text Example

White with #ACD740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD740; }

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

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

background-color css

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

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

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

border-color css

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

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

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