#A1F967

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

Shades of Conifer #A1F967

Tints of Conifer #A1F967

Color information

#A1F967 (or 0xA1F967) is unknown color: approx Conifer. HEX triplet: A1, F9 and 67. RGB value is (161,249,103). Sum of RGB (Red+Green+Blue) = 161+249+103=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 249 (97.66% from 255 or 48.54% from 513); Blue value is 103 (40.62% from 255 or 20.08% from 513); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F967 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F967 is #5E0698. Grayscale: #CECECE. Windows color (decimal): -6162073 or 6814113. OLE color: 6814113.

HSL color Cylindrical-coordinate representation of color #A1F967: hue angle of 96.16º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A1F967 is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB161249103-
CMYK0.3500.590.02
HSL96.16º92.41%69.02%-
HSV(B)96.16º58.63%97.65%-
XYZ51.0276.3124.87-
YUV206.0469.8595.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.38%
GREEN value IS 249 (97.66% from 255) = 48.54%
BLUE value IS 103 (40.62% from 255) = 20.08%
R=31.38%
G=48.54%
B=20.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612491030.3500.590.0296.1692.4169.02
HexA1F9672303B2605c45
Octal241371147430732140134105
Binary10100001111110011100111100011011101110110000010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F967; }

 p { color: rgb(161,249,103); }

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

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

 a { background-color: rgb(161,249,103); }

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

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

 span { border-color: rgb(161,249,103); }

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