#AED34C

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

Shades of Conifer #AED34C

Tints of Conifer #AED34C

Color information

#AED34C (or 0xAED34C) is unknown color: approx Conifer. HEX triplet: AE, D3 and 4C. RGB value is (174,211,76). Sum of RGB (Red+Green+Blue) = 174+211+76=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 211 (82.81% from 255 or 45.77% from 461); Blue value is 76 (30.08% from 255 or 16.49% from 461); Max value from RGB is 211 - color contains mainly: green. Hex color #AED34C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED34C is #512CB3. Grayscale: #B9B9B9. Windows color (decimal): -5319860 or 5034926. OLE color: 5034926.

HSL color Cylindrical-coordinate representation of color #AED34C: hue angle of 76.44º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AED34C is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB17421176-
CMYK0.1800.640.17
HSL76.44º60.54%56.27%-
HSV(B)76.44º63.98%82.75%-
XYZ42.0556.1115.45-
YUV184.5566.74120.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.74%
GREEN value IS 211 (82.81% from 255) = 45.77%
BLUE value IS 76 (30.08% from 255) = 16.49%
R=37.74%
G=45.77%
B=16.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal174211760.1800.640.1776.4460.5456.27
HexAED34C12040114c3d38
Octal256323114220100211147570
Binary101011101101001110011001001001000000100011001100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED34C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED34C; }

 p { color: rgb(174,211,76); }

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

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

 a { background-color: rgb(174,211,76); }

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

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

 span { border-color: rgb(174,211,76); }

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