#A7E45A

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

Shades of Conifer #A7E45A

Tints of Conifer #A7E45A

Color information

#A7E45A (or 0xA7E45A) is unknown color: approx Conifer. HEX triplet: A7, E4 and 5A. RGB value is (167,228,90). Sum of RGB (Red+Green+Blue) = 167+228+90=485 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.43% from 485); Green value is 228 (89.45% from 255 or 47.01% from 485); Blue value is 90 (35.55% from 255 or 18.56% from 485); Max value from RGB is 228 - color contains mainly: green. Hex color #A7E45A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7E45A is #581BA5. Grayscale: #C2C2C2. Windows color (decimal): -5774246 or 5956775. OLE color: 5956775.

HSL color Cylindrical-coordinate representation of color #A7E45A: hue angle of 86.52º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A7E45A is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.

Color convert

RGB16722890-
CMYK0.2700.610.11
HSL86.52º71.88%62.35%-
HSV(B)86.52º60.53%89.41%-
XYZ45.5364.4419.71-
YUV194.0369.29108.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.43%
GREEN value IS 228 (89.45% from 255) = 47.01%
BLUE value IS 90 (35.55% from 255) = 18.56%
R=34.43%
G=47.01%
B=18.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal167228900.2700.610.1186.5271.8862.35
HexA7E45A1B03DB57483e
Octal247344132330751312711076
Binary10100111111001001011010110110111101101110101111001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7E45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7E45A; }

 p { color: rgb(167,228,90); }

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

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

 a { background-color: rgb(167,228,90); }

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

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

 span { border-color: rgb(167,228,90); }

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