#A8F967

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

Shades of Conifer #A8F967

Tints of Conifer #A8F967

Color information

#A8F967 (or 0xA8F967) is unknown color: approx Conifer. HEX triplet: A8, F9 and 67. RGB value is (168,249,103). Sum of RGB (Red+Green+Blue) = 168+249+103=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 249 (97.66% from 255 or 47.88% from 520); Blue value is 103 (40.62% from 255 or 19.81% from 520); Max value from RGB is 249 - color contains mainly: green. Hex color #A8F967 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F967 is #570698. Grayscale: #D0D0D0. Windows color (decimal): -5703321 or 6814120. OLE color: 6814120.

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

Color convert

RGB168249103-
CMYK0.3300.590.02
HSL93.29º92.41%69.02%-
HSV(B)93.29º58.63%97.65%-
XYZ52.4777.0624.94-
YUV208.1468.6699.37-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.31%
GREEN value IS 249 (97.66% from 255) = 47.88%
BLUE value IS 103 (40.62% from 255) = 19.81%
R=32.31%
G=47.88%
B=19.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1682491030.3300.590.0293.2992.4169.02
HexA8F9672103B25d5c45
Octal250371147410732135134105
Binary10101000111110011100111100001011101110101110110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F967; }

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

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

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

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

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

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

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

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