Html Css Color HEX #ACD142 Atlantis

📋 copy color: '#ACD142'

red 172 ◦ green 209 ◦ blue 66

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

Shades of Atlantis #ACD142

Tints of Atlantis #ACD142

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.76%

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

R = 38.48%
G = 46.76%
B = 14.77%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#ACD142 (or 0xACD142) is known color: Atlantis. HEX triplet: AC, D1 and 42. RGB value is (172,209,66). Sum of RGB (Red+Green+Blue) = 172+209+66=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 209 (82.03% from 255 or 46.76% from 447); Blue value is 66 (26.17% from 255 or 14.77% from 447); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD142 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD142 is #532EBD. Grayscale: #B6B6B6. Windows color (decimal): -5451454 or 4379052. OLE color: 4379052.

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

Color convert

RGB 172 209 66 -
CMYK 0.18 0 0.68 0.18
HSL 75.52º 0.61% 0.54% -
HSV(B) 75.52º 0.68% 0.82% -
XYZ 40.8 54.76 13.57 -
YUV 181.64 62.74 121.13 -
System Red Green Blue C M Y K H S L
Decimal 172 209 66 0.18 0 0.68 0.18 75.52 0.61 0.54
Hex AC D1 42 12 0 44 12 4C 3D 36
Octal 254 321 102 22 0 104 22 114 75 66
Binary 10101100 11010001 1000010 10010 0 1000100 10010 1001100 111101 110110

Color Harmonies of #ACD142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD142

Black with #ACD142

Text Example


Text Example

White with #ACD142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD142; }

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

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

background-color css

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

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

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

border-color css

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

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

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