#A5E448

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

Shades of Conifer #A5E448

Tints of Conifer #A5E448

Color information

#A5E448 (or 0xA5E448) is unknown color: approx Conifer. HEX triplet: A5, E4 and 48. RGB value is (165,228,72). Sum of RGB (Red+Green+Blue) = 165+228+72=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 228 (89.45% from 255 or 49.03% from 465); Blue value is 72 (28.52% from 255 or 15.48% from 465); Max value from RGB is 228 - color contains mainly: green. Hex color #A5E448 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5E448 is #5A1BB7. Grayscale: #BFBFBF. Windows color (decimal): -5905336 or 4777125. OLE color: 4777125.

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

Color convert

RGB16522872-
CMYK0.2800.680.11
HSL84.23º74.29%58.82%-
HSV(B)84.23º68.42%89.41%-
XYZ44.4363.9516.13-
YUV191.3860.63109.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.48%
GREEN value IS 228 (89.45% from 255) = 49.03%
BLUE value IS 72 (28.52% from 255) = 15.48%
R=35.48%
G=49.03%
B=15.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal165228720.2800.680.1184.2374.2958.82
HexA5E4481C044B544a3b
Octal2453441103401041312411273
Binary101001011110010010010001110001000100101110101001001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E448; }

 p { color: rgb(165,228,72); }

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

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

 a { background-color: rgb(165,228,72); }

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

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

 span { border-color: rgb(165,228,72); }

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