#A4E44B

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

Shades of Conifer #A4E44B

Tints of Conifer #A4E44B

Color information

#A4E44B (or 0xA4E44B) is unknown color: approx Conifer. HEX triplet: A4, E4 and 4B. RGB value is (164,228,75). Sum of RGB (Red+Green+Blue) = 164+228+75=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 228 (89.45% from 255 or 48.82% from 467); Blue value is 75 (29.69% from 255 or 16.06% from 467); Max value from RGB is 228 - color contains mainly: green. Hex color #A4E44B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4E44B is #5B1BB4. Grayscale: #BFBFBF. Windows color (decimal): -5970869 or 4973732. OLE color: 4973732.

HSL color Cylindrical-coordinate representation of color #A4E44B: hue angle of 85.1º degrees, saturation: 0.74, 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 #A4E44B is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB16422875-
CMYK0.2800.670.11
HSL85.1º73.91%59.41%-
HSV(B)85.1º67.11%89.41%-
XYZ44.3263.8916.65-
YUV191.4262.3108.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.12%
GREEN value IS 228 (89.45% from 255) = 48.82%
BLUE value IS 75 (29.69% from 255) = 16.06%
R=35.12%
G=48.82%
B=16.06%

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
Decimal164228750.2800.670.1185.173.9159.41
HexA4E44B1C043B554a3b
Octal2443441133401031312511273
Binary101001001110010010010111110001000011101110101011001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E44B; }

 p { color: rgb(164,228,75); }

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

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

 a { background-color: rgb(164,228,75); }

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

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

 span { border-color: rgb(164,228,75); }

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