#A4F95E

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

Shades of Conifer #A4F95E

Tints of Conifer #A4F95E

Color information

#A4F95E (or 0xA4F95E) is unknown color: approx Conifer. HEX triplet: A4, F9 and 5E. RGB value is (164,249,94). Sum of RGB (Red+Green+Blue) = 164+249+94=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 249 (97.66% from 255 or 49.11% from 507); Blue value is 94 (37.11% from 255 or 18.54% from 507); Max value from RGB is 249 - color contains mainly: green. Hex color #A4F95E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4F95E is #5B06A1. Grayscale: #CECECE. Windows color (decimal): -5965474 or 6224292. OLE color: 6224292.

HSL color Cylindrical-coordinate representation of color #A4F95E: hue angle of 92.9º 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 #A4F95E is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB16424994-
CMYK0.3400.620.02
HSL92.9º92.81%67.25%-
HSV(B)92.9º62.25%97.65%-
XYZ51.2176.4522.65-
YUV205.9264.8498.1-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.35%
GREEN value IS 249 (97.66% from 255) = 49.11%
BLUE value IS 94 (37.11% from 255) = 18.54%
R=32.35%
G=49.11%
B=18.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal164249940.3400.620.0292.992.8167.25
HexA4F95E2203E25d5d43
Octal244371136420762135135103
Binary10100100111110011011110100010011111010101110110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F95E; }

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

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

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

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

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

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

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

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