#A0F34A

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

Shades of Conifer #A0F34A

Tints of Conifer #A0F34A

Color information

#A0F34A (or 0xA0F34A) is unknown color: approx Conifer. HEX triplet: A0, F3 and 4A. RGB value is (160,243,74). Sum of RGB (Red+Green+Blue) = 160+243+74=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 243 (95.31% from 255 or 50.94% from 477); Blue value is 74 (29.30% from 255 or 15.51% from 477); Max value from RGB is 243 - color contains mainly: green. Hex color #A0F34A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F34A is #5F0CB5. Grayscale: #C7C7C7. Windows color (decimal): -6229174 or 4912032. OLE color: 4912032.

HSL color Cylindrical-coordinate representation of color #A0F34A: hue angle of 89.47º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A0F34A is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB16024374-
CMYK0.3400.700.05
HSL89.47º87.56%62.16%-
HSV(B)89.47º69.55%95.29%-
XYZ47.7872.0717.87-
YUV198.9257.5100.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.54%
GREEN value IS 243 (95.31% from 255) = 50.94%
BLUE value IS 74 (29.30% from 255) = 15.51%
R=33.54%
G=50.94%
B=15.51%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal160243740.3400.700.0589.4787.5662.16
HexA0F34A22046559583e
Octal240363112420106513113076
Binary101000001111001110010101000100100011010110110011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F34A; }

 p { color: rgb(160,243,74); }

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

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

 a { background-color: rgb(160,243,74); }

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

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

 span { border-color: rgb(160,243,74); }

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