#AEE83D

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

Shades of Conifer #AEE83D

Tints of Conifer #AEE83D

Color information

#AEE83D (or 0xAEE83D) is unknown color: approx Conifer. HEX triplet: AE, E8 and 3D. RGB value is (174,232,61). Sum of RGB (Red+Green+Blue) = 174+232+61=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 232 (91.02% from 255 or 49.68% from 467); Blue value is 61 (24.22% from 255 or 13.06% from 467); Max value from RGB is 232 - color contains mainly: green. Hex color #AEE83D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEE83D is #5117C2. Grayscale: #C3C3C3. Windows color (decimal): -5314499 or 4057262. OLE color: 4057262.

HSL color Cylindrical-coordinate representation of color #AEE83D: hue angle of 80.35º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AEE83D is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB17423261-
CMYK0.2500.740.09
HSL80.35º78.8%57.45%-
HSV(B)80.35º73.71%90.98%-
XYZ47.1567.0514.87-
YUV195.1652.28112.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.26%
GREEN value IS 232 (91.02% from 255) = 49.68%
BLUE value IS 61 (24.22% from 255) = 13.06%
R=37.26%
G=49.68%
B=13.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal174232610.2500.740.0980.3578.857.45
HexAEE83D1904A9504f39
Octal256350753101121112011771
Binary10101110111010001111011100101001010100110100001001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE83D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE83D; }

 p { color: rgb(174,232,61); }

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

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

 a { background-color: rgb(174,232,61); }

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

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

 span { border-color: rgb(174,232,61); }

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