#A2F34C

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

Shades of Conifer #A2F34C

Tints of Conifer #A2F34C

Color information

#A2F34C (or 0xA2F34C) is unknown color: approx Conifer. HEX triplet: A2, F3 and 4C. RGB value is (162,243,76). Sum of RGB (Red+Green+Blue) = 162+243+76=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 243 (95.31% from 255 or 50.52% from 481); Blue value is 76 (30.08% from 255 or 15.80% from 481); Max value from RGB is 243 - color contains mainly: green. Hex color #A2F34C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2F34C is #5D0CB3. Grayscale: #C8C8C8. Windows color (decimal): -6098100 or 5043106. OLE color: 5043106.

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

Color convert

RGB16224376-
CMYK0.3300.690.05
HSL89.1º87.43%62.55%-
HSV(B)89.1º68.72%95.29%-
XYZ48.2672.318.25-
YUV199.7458.16101.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.68%
GREEN value IS 243 (95.31% from 255) = 50.52%
BLUE value IS 76 (30.08% from 255) = 15.80%
R=33.68%
G=50.52%
B=15.80%

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
Decimal162243760.3300.690.0589.187.4362.55
HexA2F34C21045559573f
Octal242363114410105513112777
Binary101000101111001110011001000010100010110110110011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F34C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F34C; }

 p { color: rgb(162,243,76); }

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

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

 a { background-color: rgb(162,243,76); }

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

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

 span { border-color: rgb(162,243,76); }

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