Html Css Color HEX #ACCC40 Atlantis

📋 copy color: '#ACCC40'

red 172 ◦ green 204 ◦ blue 64

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

Shades of Atlantis #ACCC40

Tints of Atlantis #ACCC40

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.36%

 BLUE value IS 64 (25.39% from 255) = 14.55%

R = 39.09%
G = 46.36%
B = 14.55%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#ACCC40 (or 0xACCC40) is known color: Atlantis. HEX triplet: AC, CC and 40. RGB value is (172,204,64). Sum of RGB (Red+Green+Blue) = 172+204+64=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 204 (80.08% from 255 or 46.36% from 440); Blue value is 64 (25.39% from 255 or 14.55% from 440); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCC40 is #5333BF. Grayscale: #B3B3B3. Windows color (decimal): -5452736 or 4246700. OLE color: 4246700.

HSL color Cylindrical-coordinate representation of color #ACCC40: hue angle of 73.71º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ACCC40 is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 204 64 -
CMYK 0.16 0 0.69 0.2
HSL 73.71º 0.58% 0.53% -
HSV(B) 73.71º 0.69% 0.8% -
XYZ 39.53 52.33 12.87 -
YUV 178.47 63.4 123.38 -
System Red Green Blue C M Y K H S L
Decimal 172 204 64 0.16 0 0.69 0.2 73.71 0.58 0.53
Hex AC CC 40 10 0 45 14 4A 3A 35
Octal 254 314 100 20 0 105 24 112 72 65
Binary 10101100 11001100 1000000 10000 0 1000101 10100 1001010 111010 110101

Color Harmonies of #ACCC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCC40

Black with #ACCC40

Text Example


Text Example

White with #ACCC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCC40; }

 p { color: rgb(172,204,64); }

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

background-color css

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

 a { background-color: rgb(172,204,64); }

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

border-color css

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

 span { border-color: rgb(172,204,64); }

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