#AED84B

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

Shades of Conifer #AED84B

Tints of Conifer #AED84B

Color information

#AED84B (or 0xAED84B) is unknown color: approx Conifer. HEX triplet: AE, D8 and 4B. RGB value is (174,216,75). Sum of RGB (Red+Green+Blue) = 174+216+75=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 216 (84.77% from 255 or 46.45% from 465); Blue value is 75 (29.69% from 255 or 16.13% from 465); Max value from RGB is 216 - color contains mainly: green. Hex color #AED84B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED84B is #5127B4. Grayscale: #BBBBBB. Windows color (decimal): -5318581 or 4970670. OLE color: 4970670.

HSL color Cylindrical-coordinate representation of color #AED84B: hue angle of 77.87º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AED84B is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB17421675-
CMYK0.1900.650.15
HSL77.87º64.38%57.06%-
HSV(B)77.87º65.28%84.71%-
XYZ43.2858.6215.69-
YUV187.3764.59118.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.42%
GREEN value IS 216 (84.77% from 255) = 46.45%
BLUE value IS 75 (29.69% from 255) = 16.13%
R=37.42%
G=46.45%
B=16.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal174216750.1900.650.1577.8764.3857.06
HexAED84B13041F4e4039
Octal2563301132301011711610071
Binary101011101101100010010111001101000001111110011101000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED84B; }

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

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

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

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

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

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

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

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