Html Css Color HEX #ACD541 Atlantis

📋 copy color: '#ACD541'

red 172 ◦ green 213 ◦ blue 65

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

Shades of Atlantis #ACD541

Tints of Atlantis #ACD541

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.33%

 BLUE value IS 65 (25.78% from 255) = 14.44%

R = 38.22%
G = 47.33%
B = 14.44%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#ACD541 (or 0xACD541) is known color: Atlantis. HEX triplet: AC, D5 and 41. RGB value is (172,213,65). Sum of RGB (Red+Green+Blue) = 172+213+65=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 213 (83.59% from 255 or 47.33% from 450); Blue value is 65 (25.78% from 255 or 14.44% from 450); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD541 is #532ABE. Grayscale: #B8B8B8. Windows color (decimal): -5450431 or 4314540. OLE color: 4314540.

HSL color Cylindrical-coordinate representation of color #ACD541: hue angle of 76.62º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ACD541 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 213 65 -
CMYK 0.19 0 0.69 0.16
HSL 76.62º 0.64% 0.55% -
HSV(B) 76.62º 0.69% 0.84% -
XYZ 41.76 56.74 13.75 -
YUV 183.87 60.92 119.53 -
System Red Green Blue C M Y K H S L
Decimal 172 213 65 0.19 0 0.69 0.16 76.62 0.64 0.55
Hex AC D5 41 13 0 45 10 4D 40 37
Octal 254 325 101 23 0 105 20 115 100 67
Binary 10101100 11010101 1000001 10011 0 1000101 10000 1001101 1000000 110111

Color Harmonies of #ACD541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD541

Black with #ACD541

Text Example


Text Example

White with #ACD541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD541; }

 p { color: rgb(172,213,65); }

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

background-color css

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

 a { background-color: rgb(172,213,65); }

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

border-color css

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

 span { border-color: rgb(172,213,65); }

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