Html Css Color HEX #ACD13A Atlantis

📋 copy color: '#ACD13A'

red 172 ◦ green 209 ◦ blue 58

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

Shades of Atlantis #ACD13A

Tints of Atlantis #ACD13A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.21%

R = 39.18%
G = 47.61%
B = 13.21%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#ACD13A (or 0xACD13A) is known color: Atlantis. HEX triplet: AC, D1 and 3A. RGB value is (172,209,58). Sum of RGB (Red+Green+Blue) = 172+209+58=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 209 (82.03% from 255 or 47.61% from 439); Blue value is 58 (23.05% from 255 or 13.21% from 439); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD13A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD13A is #532EC5. Grayscale: #B5B5B5. Windows color (decimal): -5451462 or 3854764. OLE color: 3854764.

HSL color Cylindrical-coordinate representation of color #ACD13A: hue angle of 74.7º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ACD13A is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 209 58 -
CMYK 0.18 0 0.72 0.18
HSL 74.7º 0.62% 0.52% -
HSV(B) 74.7º 0.72% 0.82% -
XYZ 40.58 54.68 12.42 -
YUV 180.72 58.74 121.78 -
System Red Green Blue C M Y K H S L
Decimal 172 209 58 0.18 0 0.72 0.18 74.7 0.62 0.52
Hex AC D1 3A 12 0 48 12 4B 3E 34
Octal 254 321 72 22 0 110 22 113 76 64
Binary 10101100 11010001 111010 10010 0 1001000 10010 1001011 111110 110100

Color Harmonies of #ACD13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD13A

Black with #ACD13A

Text Example


Text Example

White with #ACD13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD13A; }

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

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

background-color css

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

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

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

border-color css

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

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

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