#ACC70E

Color #ACC70E Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #ACC70E

Tints of Bahia #ACC70E

Color information

#ACC70E (or 0xACC70E) is unknown color: approx Bahia. HEX triplet: AC, C7 and 0E. RGB value is (172,199,14). Sum of RGB (Red+Green+Blue) = 172+199+14=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 199 (78.12% from 255 or 51.69% from 385); Blue value is 14 (5.86% from 255 or 3.64% from 385); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC70E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC70E is #5338F1. Grayscale: #AAAAAA. Windows color (decimal): -5454066 or 968620. OLE color: 968620.

HSL color Cylindrical-coordinate representation of color #ACC70E: hue angle of 68.76º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACC70E is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB17219914-
CMYK0.1400.930.22
HSL68.76º86.85%41.76%-
HSV(B)68.76º92.96%78.04%-
XYZ37.5249.658.02-
YUV169.8440.05129.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.68%
GREEN value IS 199 (78.12% from 255) = 51.69%
BLUE value IS 14 (5.86% from 255) = 3.64%
R=44.68%
G=51.69%
B=3.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal172199140.1400.930.2268.7686.8541.76
HexACC7EE05D1645572a
Octal254307161601352610512752
Binary101011001100011111101110010111011011010001011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC70E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC70E; }

 p { color: rgb(172,199,14); }

 H1.HeaderClassName
 {
   color: #ACC70E;
 }
 .AnyTagClassName
 {
   color: #ACC70E;
 }
</style>
background-color css

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

 a { background-color: rgb(172,199,14); }

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

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

 span { border-color: rgb(172,199,14); }

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