#a3e34b

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

Shades of Conifer #A3E34B

Tints of Conifer #A3E34B

Color information

#A3E34B (or 0xA3E34B) is unknown color: approx Conifer. HEX triplet: A3, E3 and 4B. RGB value is (163,227,75). Sum of RGB (Red+Green+Blue) = 163+227+75=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 227 (89.06% from 255 or 48.82% from 465); Blue value is 75 (29.69% from 255 or 16.13% from 465); Max value from RGB is 227 - color contains mainly: green. Hex color #A3E34B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3E34B is #5C1CB4. Grayscale: #BFBFBF. Windows color (decimal): -6036661 or 4973475. OLE color: 4973475.

HSL color Cylindrical-coordinate representation of color #A3E34B: hue angle of 85.26º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A3E34B is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB16322775-
CMYK0.2800.670.11
HSL85.26º73.08%59.22%-
HSV(B)85.26º66.96%89.02%-
XYZ43.8463.2316.55-
YUV190.5462.8108.36-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.05%
GREEN value IS 227 (89.06% from 255) = 48.82%
BLUE value IS 75 (29.69% from 255) = 16.13%
R=35.05%
G=48.82%
B=16.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal163227750.2800.670.1185.2673.0859.22
HexA3E34B1C043B55493b
Octal2433431133401031312511173
Binary101000111110001110010111110001000011101110101011001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3e34b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3e34b; }

 p { color: rgb(163,227,75); }

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

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

 a { background-color: rgb(163,227,75); }

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

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

 span { border-color: rgb(163,227,75); }

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