#A7F168

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

Shades of Conifer #A7F168

Tints of Conifer #A7F168

Color information

#A7F168 (or 0xA7F168) is unknown color: approx Conifer. HEX triplet: A7, F1 and 68. RGB value is (167,241,104). Sum of RGB (Red+Green+Blue) = 167+241+104=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 241 (94.53% from 255 or 47.07% from 512); Blue value is 104 (41.02% from 255 or 20.31% from 512); Max value from RGB is 241 - color contains mainly: green. Hex color #A7F168 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7F168 is #580E97. Grayscale: #CBCBCB. Windows color (decimal): -5770904 or 6877607. OLE color: 6877607.

HSL color Cylindrical-coordinate representation of color #A7F168: hue angle of 92.41º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A7F168 is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB167241104-
CMYK0.3100.570.05
HSL92.41º83.03%67.65%-
HSV(B)92.41º56.85%94.51%-
XYZ49.8972.1324.39-
YUV203.2671.98102.14-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.62%
GREEN value IS 241 (94.53% from 255) = 47.07%
BLUE value IS 104 (41.02% from 255) = 20.31%
R=32.62%
G=47.07%
B=20.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1672411040.3100.570.0592.4183.0367.65
HexA7F1681F03955c5344
Octal247361150370715134123104
Binary10100111111100011101000111110111001101101110010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7F168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7F168; }

 p { color: rgb(167,241,104); }

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

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

 a { background-color: rgb(167,241,104); }

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

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

 span { border-color: rgb(167,241,104); }

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