#A4ED4B

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

Shades of Conifer #A4ED4B

Tints of Conifer #A4ED4B

Color information

#A4ED4B (or 0xA4ED4B) is unknown color: approx Conifer. HEX triplet: A4, ED and 4B. RGB value is (164,237,75). Sum of RGB (Red+Green+Blue) = 164+237+75=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 237 (92.97% from 255 or 49.79% from 476); Blue value is 75 (29.69% from 255 or 15.76% from 476); Max value from RGB is 237 - color contains mainly: green. Hex color #A4ED4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A4ED4B is #5B12B4. Grayscale: #C5C5C5. Windows color (decimal): -5968565 or 4976036. OLE color: 4976036.

HSL color Cylindrical-coordinate representation of color #A4ED4B: hue angle of 87.04º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A4ED4B is Cyan = 0.31, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB16423775-
CMYK0.3100.680.07
HSL87.04º81.82%61.18%-
HSV(B)87.04º68.35%92.94%-
XYZ46.8668.9717.5-
YUV196.759.32104.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.45%
GREEN value IS 237 (92.97% from 255) = 49.79%
BLUE value IS 75 (29.69% from 255) = 15.76%
R=34.45%
G=49.79%
B=15.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal164237750.3100.680.0787.0481.8261.18
HexA4ED4B1F044757523d
Octal244355113370104712712275
Binary10100100111011011001011111110100010011110101111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ED4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ED4B; }

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

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

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

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

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

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

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

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