Html Css Color HEX #ACC93A Atlantis

📋 copy color: '#ACC93A'

red 172 ◦ green 201 ◦ blue 58

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

Shades of Atlantis #ACC93A

Tints of Atlantis #ACC93A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46.64%

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

R = 39.91%
G = 46.64%
B = 13.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#ACC93A (or 0xACC93A) is known color: Atlantis. HEX triplet: AC, C9 and 3A. RGB value is (172,201,58). Sum of RGB (Red+Green+Blue) = 172+201+58=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 201 (78.91% from 255 or 46.64% from 431); Blue value is 58 (23.05% from 255 or 13.46% from 431); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC93A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC93A is #5336C5. Grayscale: #B0B0B0. Windows color (decimal): -5453510 or 3852716. OLE color: 3852716.

HSL color Cylindrical-coordinate representation of color #ACC93A: hue angle of 72.17º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ACC93A is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 201 58 -
CMYK 0.14 0 0.71 0.21
HSL 72.17º 0.57% 0.51% -
HSV(B) 72.17º 0.71% 0.79% -
XYZ 38.66 50.85 11.78 -
YUV 176.03 61.39 125.13 -
System Red Green Blue C M Y K H S L
Decimal 172 201 58 0.14 0 0.71 0.21 72.17 0.57 0.51
Hex AC C9 3A E 0 47 15 48 39 33
Octal 254 311 72 16 0 107 25 110 71 63
Binary 10101100 11001001 111010 1110 0 1000111 10101 1001000 111001 110011

Color Harmonies of #ACC93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC93A

Black with #ACC93A

Text Example


Text Example

White with #ACC93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC93A; }

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

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

background-color css

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

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

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

border-color css

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

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

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