#A7F15D

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

Shades of Conifer #A7F15D

Tints of Conifer #A7F15D

Color information

#A7F15D (or 0xA7F15D) is unknown color: approx Conifer. HEX triplet: A7, F1 and 5D. RGB value is (167,241,93). Sum of RGB (Red+Green+Blue) = 167+241+93=501 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.33% from 501); Green value is 241 (94.53% from 255 or 48.10% from 501); Blue value is 93 (36.72% from 255 or 18.56% from 501); Max value from RGB is 241 - color contains mainly: green. Hex color #A7F15D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7F15D is #580EA2. Grayscale: #CACACA. Windows color (decimal): -5770915 or 6156711. OLE color: 6156711.

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

Color convert

RGB16724193-
CMYK0.3100.610.05
HSL90º84.09%65.49%-
HSV(B)90º61.41%94.51%-
XYZ49.3771.9221.64-
YUV20266.48103.03-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.33%
GREEN value IS 241 (94.53% from 255) = 48.10%
BLUE value IS 93 (36.72% from 255) = 18.56%
R=33.33%
G=48.10%
B=18.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal167241930.3100.610.059084.0965.49
HexA7F15D1F03D55a5441
Octal247361135370755132124101
Binary10100111111100011011101111110111101101101101010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7F15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7F15D; }

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

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

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

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

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

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

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

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