#a3f14f

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

Shades of Conifer #A3F14F

Tints of Conifer #A3F14F

Color information

#A3F14F (or 0xA3F14F) is unknown color: approx Conifer. HEX triplet: A3, F1 and 4F. RGB value is (163,241,79). Sum of RGB (Red+Green+Blue) = 163+241+79=483 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.75% from 483); Green value is 241 (94.53% from 255 or 49.90% from 483); Blue value is 79 (31.25% from 255 or 16.36% from 483); Max value from RGB is 241 - color contains mainly: green. Hex color #A3F14F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3F14F is #5C0EB0. Grayscale: #C7C7C7. Windows color (decimal): -6033073 or 5239203. OLE color: 5239203.

HSL color Cylindrical-coordinate representation of color #A3F14F: hue angle of 88.89º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A3F14F is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB16324179-
CMYK0.3200.670.05
HSL88.89º85.26%62.75%-
HSV(B)88.89º67.22%94.51%-
XYZ47.9771.2618.62-
YUV199.2160.16102.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.75%
GREEN value IS 241 (94.53% from 255) = 49.90%
BLUE value IS 79 (31.25% from 255) = 16.36%
R=33.75%
G=49.90%
B=16.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal163241790.3200.670.0588.8985.2662.75
HexA3F14F20043559553f
Octal243361117400103513112577
Binary101000111111000110011111000000100001110110110011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3f14f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3f14f; }

 p { color: rgb(163,241,79); }

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

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

 a { background-color: rgb(163,241,79); }

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

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

 span { border-color: rgb(163,241,79); }

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