#A8F95C

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

Shades of Conifer #A8F95C

Tints of Conifer #A8F95C

Color information

#A8F95C (or 0xA8F95C) is unknown color: approx Conifer. HEX triplet: A8, F9 and 5C. RGB value is (168,249,92). Sum of RGB (Red+Green+Blue) = 168+249+92=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 249 (97.66% from 255 or 48.92% from 509); Blue value is 92 (36.33% from 255 or 18.07% from 509); Max value from RGB is 249 - color contains mainly: green. Hex color #A8F95C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F95C is #5706A3. Grayscale: #CFCFCF. Windows color (decimal): -5703332 or 6093224. OLE color: 6093224.

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

Color convert

RGB16824992-
CMYK0.3300.630.02
HSL90.96º92.9%66.86%-
HSV(B)90.96º63.05%97.65%-
XYZ51.9676.8522.22-
YUV206.8863.16100.27-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.01%
GREEN value IS 249 (97.66% from 255) = 48.92%
BLUE value IS 92 (36.33% from 255) = 18.07%
R=33.01%
G=48.92%
B=18.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal168249920.3300.630.0290.9692.966.86
HexA8F95C2103F25b5d43
Octal250371134410772133135103
Binary10101000111110011011100100001011111110101101110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F95C; }

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

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

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

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

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

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

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

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