#AED34D

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

Shades of Conifer #AED34D

Tints of Conifer #AED34D

Color information

#AED34D (or 0xAED34D) is unknown color: approx Conifer. HEX triplet: AE, D3 and 4D. RGB value is (174,211,77). Sum of RGB (Red+Green+Blue) = 174+211+77=462 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.66% from 462); Green value is 211 (82.81% from 255 or 45.67% from 462); Blue value is 77 (30.47% from 255 or 16.67% from 462); Max value from RGB is 211 - color contains mainly: green. Hex color #AED34D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED34D is #512CB2. Grayscale: #B9B9B9. Windows color (decimal): -5319859 or 5100462. OLE color: 5100462.

HSL color Cylindrical-coordinate representation of color #AED34D: hue angle of 76.57º degrees, saturation: 0.6, 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 #AED34D is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB17421177-
CMYK0.1800.640.17
HSL76.57º60.36%56.47%-
HSV(B)76.57º63.51%82.75%-
XYZ42.0956.1215.64-
YUV184.6667.24120.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.66%
GREEN value IS 211 (82.81% from 255) = 45.67%
BLUE value IS 77 (30.47% from 255) = 16.67%
R=37.66%
G=45.67%
B=16.67%

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
Decimal174211770.1800.640.1776.5760.3656.47
HexAED34D12040114d3c38
Octal256323115220100211157470
Binary101011101101001110011011001001000000100011001101111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED34D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED34D; }

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

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

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

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

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

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

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

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