Html Css Color HEX #ACD73A Atlantis

📋 copy color: '#ACD73A'

red 172 ◦ green 215 ◦ blue 58

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

Shades of Atlantis #ACD73A

Tints of Atlantis #ACD73A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.31%

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

R = 38.65%
G = 48.31%
B = 13.03%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#ACD73A (or 0xACD73A) is known color: Atlantis. HEX triplet: AC, D7 and 3A. RGB value is (172,215,58). Sum of RGB (Red+Green+Blue) = 172+215+58=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 215 (84.38% from 255 or 48.31% from 445); Blue value is 58 (23.05% from 255 or 13.03% from 445); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD73A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD73A is #5328C5. Grayscale: #B8B8B8. Windows color (decimal): -5449926 or 3856300. OLE color: 3856300.

HSL color Cylindrical-coordinate representation of color #ACD73A: hue angle of 76.43º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ACD73A is Cyan = 0.2, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 215 58 -
CMYK 0.2 0 0.73 0.16
HSL 76.43º 0.66% 0.54% -
HSV(B) 76.43º 0.73% 0.84% -
XYZ 42.08 57.68 12.92 -
YUV 184.25 56.75 119.27 -
System Red Green Blue C M Y K H S L
Decimal 172 215 58 0.2 0 0.73 0.16 76.43 0.66 0.54
Hex AC D7 3A 14 0 49 10 4C 42 36
Octal 254 327 72 24 0 111 20 114 102 66
Binary 10101100 11010111 111010 10100 0 1001001 10000 1001100 1000010 110110

Color Harmonies of #ACD73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD73A

Black with #ACD73A

Text Example


Text Example

White with #ACD73A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD73A; }

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

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

background-color css

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

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

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

border-color css

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

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

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