#A7F95E

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

Shades of Conifer #A7F95E

Tints of Conifer #A7F95E

Color information

#A7F95E (or 0xA7F95E) is unknown color: approx Conifer. HEX triplet: A7, F9 and 5E. RGB value is (167,249,94). Sum of RGB (Red+Green+Blue) = 167+249+94=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 249 (97.66% from 255 or 48.82% from 510); Blue value is 94 (37.11% from 255 or 18.43% from 510); Max value from RGB is 249 - color contains mainly: green. Hex color #A7F95E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7F95E is #5806A1. Grayscale: #CFCFCF. Windows color (decimal): -5768866 or 6224295. OLE color: 6224295.

HSL color Cylindrical-coordinate representation of color #A7F95E: hue angle of 91.74º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A7F95E is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB16724994-
CMYK0.3300.620.02
HSL91.74º92.81%67.25%-
HSV(B)91.74º62.25%97.65%-
XYZ51.8376.7822.68-
YUV206.8164.3399.6-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.75%
GREEN value IS 249 (97.66% from 255) = 48.82%
BLUE value IS 94 (37.11% from 255) = 18.43%
R=32.75%
G=48.82%
B=18.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal167249940.3300.620.0291.7492.8167.25
HexA7F95E2103E25c5d43
Octal247371136410762134135103
Binary10100111111110011011110100001011111010101110010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7F95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7F95E; }

 p { color: rgb(167,249,94); }

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

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

 a { background-color: rgb(167,249,94); }

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

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

 span { border-color: rgb(167,249,94); }

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