#A9F95C

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

Shades of Conifer #A9F95C

Tints of Conifer #A9F95C

Color information

#A9F95C (or 0xA9F95C) is unknown color: approx Conifer. HEX triplet: A9, F9 and 5C. RGB value is (169,249,92). Sum of RGB (Red+Green+Blue) = 169+249+92=510 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.14% from 510); Green value is 249 (97.66% from 255 or 48.82% from 510); Blue value is 92 (36.33% from 255 or 18.04% from 510); Max value from RGB is 249 - color contains mainly: green. Hex color #A9F95C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9F95C is #5606A3. Grayscale: #CFCFCF. Windows color (decimal): -5637796 or 6093225. OLE color: 6093225.

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

Color convert

RGB16924992-
CMYK0.3200.630.02
HSL90.57º92.9%66.86%-
HSV(B)90.57º63.05%97.65%-
XYZ52.1776.9622.23-
YUV207.1863100.77-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.14%
GREEN value IS 249 (97.66% from 255) = 48.82%
BLUE value IS 92 (36.33% from 255) = 18.04%
R=33.14%
G=48.82%
B=18.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal169249920.3200.630.0290.5792.966.86
HexA9F95C2003F25b5d43
Octal251371134400772133135103
Binary10101001111110011011100100000011111110101101110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9F95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9F95C; }

 p { color: rgb(169,249,92); }

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

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

 a { background-color: rgb(169,249,92); }

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

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

 span { border-color: rgb(169,249,92); }

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