#a2e75b

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

Shades of Conifer #A2E75B

Tints of Conifer #A2E75B

Color information

#A2E75B (or 0xA2E75B) is unknown color: approx Conifer. HEX triplet: A2, E7 and 5B. RGB value is (162,231,91). Sum of RGB (Red+Green+Blue) = 162+231+91=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 231 (90.62% from 255 or 47.73% from 484); Blue value is 91 (35.94% from 255 or 18.80% from 484); Max value from RGB is 231 - color contains mainly: green. Hex color #A2E75B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2E75B is #5D18A4. Grayscale: #C2C2C2. Windows color (decimal): -6101157 or 6023074. OLE color: 6023074.

HSL color Cylindrical-coordinate representation of color #A2E75B: hue angle of 89.57º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A2E75B is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB16223191-
CMYK0.3000.610.09
HSL89.57º74.47%63.14%-
HSV(B)89.57º60.61%90.59%-
XYZ45.3665.5920.17-
YUV194.4169.64104.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.47%
GREEN value IS 231 (90.62% from 255) = 47.73%
BLUE value IS 91 (35.94% from 255) = 18.80%
R=33.47%
G=47.73%
B=18.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal162231910.3000.610.0989.5774.4763.14
HexA2E75B1E03D95a4a3f
Octal242347133360751113211277
Binary10100010111001111011011111100111101100110110101001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2e75b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2e75b; }

 p { color: rgb(162,231,91); }

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

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

 a { background-color: rgb(162,231,91); }

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

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

 span { border-color: rgb(162,231,91); }

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