#A8F35F

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

Shades of Conifer #A8F35F

Tints of Conifer #A8F35F

Color information

#A8F35F (or 0xA8F35F) is unknown color: approx Conifer. HEX triplet: A8, F3 and 5F. RGB value is (168,243,95). Sum of RGB (Red+Green+Blue) = 168+243+95=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 243 (95.31% from 255 or 48.02% from 506); Blue value is 95 (37.5% from 255 or 18.77% from 506); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F35F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F35F is #570CA0. Grayscale: #CCCCCC. Windows color (decimal): -5704865 or 6288296. OLE color: 6288296.

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

Color convert

RGB16824395-
CMYK0.3100.610.05
HSL90.41º86.05%66.27%-
HSV(B)90.41º60.91%95.29%-
XYZ50.2673.2522.32-
YUV203.766.65102.53-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.20%
GREEN value IS 243 (95.31% from 255) = 48.02%
BLUE value IS 95 (37.5% from 255) = 18.77%
R=33.20%
G=48.02%
B=18.77%

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
Decimal168243950.3100.610.0590.4186.0566.27
HexA8F35F1F03D55a5642
Octal250363137370755132126102
Binary10101000111100111011111111110111101101101101010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F35F; }

 p { color: rgb(168,243,95); }

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

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

 a { background-color: rgb(168,243,95); }

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

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

 span { border-color: rgb(168,243,95); }

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