Html Css Color HEX #ACD441 Atlantis

📋 copy color: '#ACD441'

red 172 ◦ green 212 ◦ blue 65

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

Shades of Atlantis #ACD441

Tints of Atlantis #ACD441

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.22%

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

R = 38.31%
G = 47.22%
B = 14.48%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#ACD441 (or 0xACD441) is known color: Atlantis. HEX triplet: AC, D4 and 41. RGB value is (172,212,65). Sum of RGB (Red+Green+Blue) = 172+212+65=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 212 (83.20% from 255 or 47.22% from 449); Blue value is 65 (25.78% from 255 or 14.48% from 449); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD441 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD441 is #532BBE. Grayscale: #B7B7B7. Windows color (decimal): -5450687 or 4314284. OLE color: 4314284.

HSL color Cylindrical-coordinate representation of color #ACD441: hue angle of 76.33º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ACD441 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 212 65 -
CMYK 0.19 0 0.69 0.17
HSL 76.33º 0.63% 0.54% -
HSV(B) 76.33º 0.69% 0.83% -
XYZ 41.51 56.24 13.67 -
YUV 183.28 61.25 119.95 -
System Red Green Blue C M Y K H S L
Decimal 172 212 65 0.19 0 0.69 0.17 76.33 0.63 0.54
Hex AC D4 41 13 0 45 11 4C 3F 36
Octal 254 324 101 23 0 105 21 114 77 66
Binary 10101100 11010100 1000001 10011 0 1000101 10001 1001100 111111 110110

Color Harmonies of #ACD441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD441

Black with #ACD441

Text Example


Text Example

White with #ACD441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD441; }

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

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

background-color css

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

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

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

border-color css

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

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

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