Html Css Color HEX #ACD342 Atlantis

📋 copy color: '#ACD342'

red 172 ◦ green 211 ◦ blue 66

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

Shades of Atlantis #ACD342

Tints of Atlantis #ACD342

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.99%

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

R = 38.31%
G = 46.99%
B = 14.7%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#ACD342 (or 0xACD342) is known color: Atlantis. HEX triplet: AC, D3 and 42. RGB value is (172,211,66). Sum of RGB (Red+Green+Blue) = 172+211+66=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 211 (82.81% from 255 or 46.99% from 449); Blue value is 66 (26.17% from 255 or 14.70% from 449); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD342 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD342 is #532CBD. Grayscale: #B7B7B7. Windows color (decimal): -5450942 or 4379564. OLE color: 4379564.

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

Color convert

RGB 172 211 66 -
CMYK 0.18 0 0.69 0.17
HSL 76.14º 0.62% 0.54% -
HSV(B) 76.14º 0.69% 0.83% -
XYZ 41.29 55.75 13.74 -
YUV 182.81 62.08 120.29 -
System Red Green Blue C M Y K H S L
Decimal 172 211 66 0.18 0 0.69 0.17 76.14 0.62 0.54
Hex AC D3 42 12 0 45 11 4C 3E 36
Octal 254 323 102 22 0 105 21 114 76 66
Binary 10101100 11010011 1000010 10010 0 1000101 10001 1001100 111110 110110

Color Harmonies of #ACD342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD342

Black with #ACD342

Text Example


Text Example

White with #ACD342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD342; }

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

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

background-color css

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

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

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

border-color css

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

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

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