Html Css Color HEX #ACD341 Atlantis

📋 copy color: '#ACD341'

red 172 ◦ green 211 ◦ blue 65

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

Shades of Atlantis #ACD341

Tints of Atlantis #ACD341

RGB

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

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

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

R = 38.39%
G = 47.1%
B = 14.51%

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

#ACD341 (or 0xACD341) is known color: Atlantis. HEX triplet: AC, D3 and 41. RGB value is (172,211,65). Sum of RGB (Red+Green+Blue) = 172+211+65=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 211 (82.81% from 255 or 47.10% from 448); Blue value is 65 (25.78% from 255 or 14.51% from 448); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD341 is #532CBE. Grayscale: #B7B7B7. Windows color (decimal): -5450943 or 4314028. OLE color: 4314028.

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

Color convert

RGB 172 211 65 -
CMYK 0.18 0 0.69 0.17
HSL 76.03º 0.62% 0.54% -
HSV(B) 76.03º 0.69% 0.83% -
XYZ 41.26 55.74 13.59 -
YUV 182.7 61.58 120.37 -
System Red Green Blue C M Y K H S L
Decimal 172 211 65 0.18 0 0.69 0.17 76.03 0.62 0.54
Hex AC D3 41 12 0 45 11 4C 3E 36
Octal 254 323 101 22 0 105 21 114 76 66
Binary 10101100 11010011 1000001 10010 0 1000101 10001 1001100 111110 110110

Color Harmonies of #ACD341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD341

Black with #ACD341

Text Example


Text Example

White with #ACD341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD341; }

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

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

background-color css

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

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

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

border-color css

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

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

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