#aed34b

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

Shades of Conifer #AED34B

Tints of Conifer #AED34B

Color information

#AED34B (or 0xAED34B) is unknown color: approx Conifer. HEX triplet: AE, D3 and 4B. RGB value is (174,211,75). Sum of RGB (Red+Green+Blue) = 174+211+75=460 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.83% from 460); Green value is 211 (82.81% from 255 or 45.87% from 460); Blue value is 75 (29.69% from 255 or 16.30% from 460); Max value from RGB is 211 - color contains mainly: green. Hex color #AED34B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED34B is #512CB4. Grayscale: #B8B8B8. Windows color (decimal): -5319861 or 4969390. OLE color: 4969390.

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

Color convert

RGB17421175-
CMYK0.1800.640.17
HSL76.32º60.71%56.08%-
HSV(B)76.32º64.45%82.75%-
XYZ42.0256.115.27-
YUV184.4366.24120.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.83%
GREEN value IS 211 (82.81% from 255) = 45.87%
BLUE value IS 75 (29.69% from 255) = 16.30%
R=37.83%
G=45.87%
B=16.30%

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
Decimal174211750.1800.640.1776.3260.7156.08
HexAED34B12040114c3d38
Octal256323113220100211147570
Binary101011101101001110010111001001000000100011001100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aed34b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aed34b; }

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

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

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

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

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

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

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

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