Html Css Color HEX #ACD13F Atlantis

📋 copy color: '#ACD13F'

red 172 ◦ green 209 ◦ blue 63

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

Shades of Atlantis #ACD13F

Tints of Atlantis #ACD13F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.19%

R = 38.74%
G = 47.07%
B = 14.19%

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

#ACD13F (or 0xACD13F) is known color: Atlantis. HEX triplet: AC, D1 and 3F. RGB value is (172,209,63). Sum of RGB (Red+Green+Blue) = 172+209+63=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 209 (82.03% from 255 or 47.07% from 444); Blue value is 63 (25% from 255 or 14.19% from 444); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD13F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD13F is #532EC0. Grayscale: #B5B5B5. Windows color (decimal): -5451457 or 4182444. OLE color: 4182444.

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

Color convert

RGB 172 209 63 -
CMYK 0.18 0 0.70 0.18
HSL 75.21º 0.61% 0.53% -
HSV(B) 75.21º 0.7% 0.82% -
XYZ 40.71 54.73 13.12 -
YUV 181.29 61.24 121.37 -
System Red Green Blue C M Y K H S L
Decimal 172 209 63 0.18 0 0.70 0.18 75.21 0.61 0.53
Hex AC D1 3F 12 0 46 12 4B 3D 35
Octal 254 321 77 22 0 106 22 113 75 65
Binary 10101100 11010001 111111 10010 0 1000110 10010 1001011 111101 110101

Color Harmonies of #ACD13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD13F

Black with #ACD13F

Text Example


Text Example

White with #ACD13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD13F; }

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

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

background-color css

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

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

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

border-color css

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

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

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