Html Css Color HEX #ACD042 Atlantis

📋 copy color: '#ACD042'

red 172 ◦ green 208 ◦ blue 66

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

Shades of Atlantis #ACD042

Tints of Atlantis #ACD042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.8%

R = 38.57%
G = 46.64%
B = 14.8%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#ACD042 (or 0xACD042) is known color: Atlantis. HEX triplet: AC, D0 and 42. RGB value is (172,208,66). Sum of RGB (Red+Green+Blue) = 172+208+66=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 208 (81.64% from 255 or 46.64% from 446); Blue value is 66 (26.17% from 255 or 14.80% from 446); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD042 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD042 is #532FBD. Grayscale: #B5B5B5. Windows color (decimal): -5451710 or 4378796. OLE color: 4378796.

HSL color Cylindrical-coordinate representation of color #ACD042: hue angle of 75.21º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ACD042 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 208 66 -
CMYK 0.17 0 0.68 0.18
HSL 75.21º 0.6% 0.54% -
HSV(B) 75.21º 0.68% 0.82% -
XYZ 40.55 54.28 13.49 -
YUV 181.05 63.07 121.55 -
System Red Green Blue C M Y K H S L
Decimal 172 208 66 0.17 0 0.68 0.18 75.21 0.6 0.54
Hex AC D0 42 11 0 44 12 4B 3C 36
Octal 254 320 102 21 0 104 22 113 74 66
Binary 10101100 11010000 1000010 10001 0 1000100 10010 1001011 111100 110110

Color Harmonies of #ACD042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD042

Black with #ACD042

Text Example


Text Example

White with #ACD042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD042; }

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

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

background-color css

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

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

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

border-color css

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

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

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