#A5EA44

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

Shades of Conifer #A5EA44

Tints of Conifer #A5EA44

Color information

#A5EA44 (or 0xA5EA44) is unknown color: approx Conifer. HEX triplet: A5, EA and 44. RGB value is (165,234,68). Sum of RGB (Red+Green+Blue) = 165+234+68=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 234 (91.80% from 255 or 50.11% from 467); Blue value is 68 (26.95% from 255 or 14.56% from 467); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EA44 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5EA44 is #5A15BB. Grayscale: #C3C3C3. Windows color (decimal): -5903804 or 4516517. OLE color: 4516517.

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

Color convert

RGB16523468-
CMYK0.2900.710.08
HSL84.94º79.81%59.22%-
HSV(B)84.94º70.94%91.76%-
XYZ45.9867.2616.03-
YUV194.4556.64107-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.33%
GREEN value IS 234 (91.80% from 255) = 50.11%
BLUE value IS 68 (26.95% from 255) = 14.56%
R=35.33%
G=50.11%
B=14.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal165234680.2900.710.0884.9479.8159.22
HexA5EA441D047855503b
Octal2453521043501071012512073
Binary101001011110101010001001110101000111100010101011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EA44; }

 p { color: rgb(165,234,68); }

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

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

 a { background-color: rgb(165,234,68); }

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

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

 span { border-color: rgb(165,234,68); }

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