#A2F14A

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

Shades of Conifer #A2F14A

Tints of Conifer #A2F14A

Color information

#A2F14A (or 0xA2F14A) is unknown color: approx Conifer. HEX triplet: A2, F1 and 4A. RGB value is (162,241,74). Sum of RGB (Red+Green+Blue) = 162+241+74=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 241 (94.53% from 255 or 50.52% from 477); Blue value is 74 (29.30% from 255 or 15.51% from 477); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F14A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2F14A is #5D0EB5. Grayscale: #C6C6C6. Windows color (decimal): -6098614 or 4911522. OLE color: 4911522.

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

Color convert

RGB16224174-
CMYK0.3300.690.05
HSL88.38º85.64%61.76%-
HSV(B)88.38º69.29%94.51%-
XYZ47.5971.0917.69-
YUV198.3457.83102.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.96%
GREEN value IS 241 (94.53% from 255) = 50.52%
BLUE value IS 74 (29.30% from 255) = 15.51%
R=33.96%
G=50.52%
B=15.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal162241740.3300.690.0588.3885.6461.76
HexA2F14A21045558563e
Octal242361112410105513012676
Binary101000101111000110010101000010100010110110110001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F14A; }

 p { color: rgb(162,241,74); }

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

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

 a { background-color: rgb(162,241,74); }

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

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

 span { border-color: rgb(162,241,74); }

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