#AEEB3E

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

Shades of Conifer #AEEB3E

Tints of Conifer #AEEB3E

Color information

#AEEB3E (or 0xAEEB3E) is unknown color: approx Conifer. HEX triplet: AE, EB and 3E. RGB value is (174,235,62). Sum of RGB (Red+Green+Blue) = 174+235+62=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 235 (92.19% from 255 or 49.89% from 471); Blue value is 62 (24.61% from 255 or 13.16% from 471); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEB3E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEEB3E is #5114C1. Grayscale: #C5C5C5. Windows color (decimal): -5313730 or 4123566. OLE color: 4123566.

HSL color Cylindrical-coordinate representation of color #AEEB3E: hue angle of 81.16º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AEEB3E is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB17423562-
CMYK0.2600.740.08
HSL81.16º81.22%58.24%-
HSV(B)81.16º73.62%92.16%-
XYZ48.0368.7615.3-
YUV197.0451.79111.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.94%
GREEN value IS 235 (92.19% from 255) = 49.89%
BLUE value IS 62 (24.61% from 255) = 13.16%
R=36.94%
G=49.89%
B=13.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal174235620.2600.740.0881.1681.2258.24
HexAEEB3E1A04A851513a
Octal256353763201121012112172
Binary10101110111010111111101101001001010100010100011010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEB3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEB3E; }

 p { color: rgb(174,235,62); }

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

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

 a { background-color: rgb(174,235,62); }

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

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

 span { border-color: rgb(174,235,62); }

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