Html Css Color HEX #ACD13E Atlantis

📋 copy color: '#ACD13E'

red 172 ◦ green 209 ◦ blue 62

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

Shades of Atlantis #ACD13E

Tints of Atlantis #ACD13E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14%

R = 38.83%
G = 47.18%
B = 14%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#ACD13E (or 0xACD13E) is known color: Atlantis. HEX triplet: AC, D1 and 3E. RGB value is (172,209,62). Sum of RGB (Red+Green+Blue) = 172+209+62=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 209 (82.03% from 255 or 47.18% from 443); Blue value is 62 (24.61% from 255 or 14.00% from 443); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD13E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD13E is #532EC1. Grayscale: #B5B5B5. Windows color (decimal): -5451458 or 4116908. OLE color: 4116908.

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

Color convert

RGB 172 209 62 -
CMYK 0.18 0 0.70 0.18
HSL 75.1º 0.62% 0.53% -
HSV(B) 75.1º 0.7% 0.82% -
XYZ 40.68 54.72 12.98 -
YUV 181.18 60.74 121.45 -
System Red Green Blue C M Y K H S L
Decimal 172 209 62 0.18 0 0.70 0.18 75.1 0.62 0.53
Hex AC D1 3E 12 0 46 12 4B 3E 35
Octal 254 321 76 22 0 106 22 113 76 65
Binary 10101100 11010001 111110 10010 0 1000110 10010 1001011 111110 110101

Color Harmonies of #ACD13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD13E

Black with #ACD13E

Text Example


Text Example

White with #ACD13E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD13E; }

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

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

background-color css

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

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

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

border-color css

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

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

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