#A5E943

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

Shades of Conifer #A5E943

Tints of Conifer #A5E943

Color information

#A5E943 (or 0xA5E943) is unknown color: approx Conifer. HEX triplet: A5, E9 and 43. RGB value is (165,233,67). Sum of RGB (Red+Green+Blue) = 165+233+67=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 233 (91.41% from 255 or 50.11% from 465); Blue value is 67 (26.56% from 255 or 14.41% from 465); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E943 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5E943 is #5A16BC. Grayscale: #C2C2C2. Windows color (decimal): -5904061 or 4450725. OLE color: 4450725.

HSL color Cylindrical-coordinate representation of color #A5E943: hue angle of 84.58º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A5E943 is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.09.

Color convert

RGB16523367-
CMYK0.2900.710.09
HSL84.58º79.05%58.82%-
HSV(B)84.58º71.24%91.37%-
XYZ45.6766.6815.77-
YUV193.7456.47107.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.48%
GREEN value IS 233 (91.41% from 255) = 50.11%
BLUE value IS 67 (26.56% from 255) = 14.41%
R=35.48%
G=50.11%
B=14.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal165233670.2900.710.0984.5879.0558.82
HexA5E9431D0479554f3b
Octal2453511033501071112511773
Binary101001011110100110000111110101000111100110101011001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E943; }

 p { color: rgb(165,233,67); }

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

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

 a { background-color: rgb(165,233,67); }

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

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

 span { border-color: rgb(165,233,67); }

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