Html Css Color HEX #ACD041 Atlantis

📋 copy color: '#ACD041'

red 172 ◦ green 208 ◦ blue 65

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

Shades of Atlantis #ACD041

Tints of Atlantis #ACD041

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.74%

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

R = 38.65%
G = 46.74%
B = 14.61%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#ACD041 (or 0xACD041) is known color: Atlantis. HEX triplet: AC, D0 and 41. RGB value is (172,208,65). Sum of RGB (Red+Green+Blue) = 172+208+65=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 208 (81.64% from 255 or 46.74% from 445); Blue value is 65 (25.78% from 255 or 14.61% from 445); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD041 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD041 is #532FBE. Grayscale: #B5B5B5. Windows color (decimal): -5451711 or 4313260. OLE color: 4313260.

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

Color convert

RGB 172 208 65 -
CMYK 0.17 0 0.69 0.18
HSL 75.1º 0.6% 0.54% -
HSV(B) 75.1º 0.69% 0.82% -
XYZ 40.52 54.26 13.34 -
YUV 180.93 62.57 121.63 -
System Red Green Blue C M Y K H S L
Decimal 172 208 65 0.17 0 0.69 0.18 75.1 0.6 0.54
Hex AC D0 41 11 0 45 12 4B 3C 36
Octal 254 320 101 21 0 105 22 113 74 66
Binary 10101100 11010000 1000001 10001 0 1000101 10010 1001011 111100 110110

Color Harmonies of #ACD041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD041

Black with #ACD041

Text Example


Text Example

White with #ACD041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD041; }

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

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

background-color css

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

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

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

border-color css

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

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

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