#A0F75C

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

Shades of Conifer #A0F75C

Tints of Conifer #A0F75C

Color information

#A0F75C (or 0xA0F75C) is unknown color: approx Conifer. HEX triplet: A0, F7 and 5C. RGB value is (160,247,92). Sum of RGB (Red+Green+Blue) = 160+247+92=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 247 (96.88% from 255 or 49.50% from 499); Blue value is 92 (36.33% from 255 or 18.44% from 499); Max value from RGB is 247 - color contains mainly: green. Hex color #A0F75C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F75C is #5F08A3. Grayscale: #CBCBCB. Windows color (decimal): -6228132 or 6092704. OLE color: 6092704.

HSL color Cylindrical-coordinate representation of color #A0F75C: hue angle of 93.68º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A0F75C is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB16024792-
CMYK0.3500.630.03
HSL93.68º90.64%66.47%-
HSV(B)93.68º62.75%96.86%-
XYZ49.6974.7721.94-
YUV203.3265.1897.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.06%
GREEN value IS 247 (96.88% from 255) = 49.50%
BLUE value IS 92 (36.33% from 255) = 18.44%
R=32.06%
G=49.50%
B=18.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal160247920.3500.630.0393.6890.6466.47
HexA0F75C2303F35e5b42
Octal240367134430773136133102
Binary10100000111101111011100100011011111111101111010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F75C; }

 p { color: rgb(160,247,92); }

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

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

 a { background-color: rgb(160,247,92); }

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

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

 span { border-color: rgb(160,247,92); }

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