#AEE83C

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

Shades of Conifer #AEE83C

Tints of Conifer #AEE83C

Color information

#AEE83C (or 0xAEE83C) is unknown color: approx Conifer. HEX triplet: AE, E8 and 3C. RGB value is (174,232,60). Sum of RGB (Red+Green+Blue) = 174+232+60=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 232 (91.02% from 255 or 49.79% from 466); Blue value is 60 (23.83% from 255 or 12.88% from 466); Max value from RGB is 232 - color contains mainly: green. Hex color #AEE83C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEE83C is #5117C3. Grayscale: #C3C3C3. Windows color (decimal): -5314500 or 3991726. OLE color: 3991726.

HSL color Cylindrical-coordinate representation of color #AEE83C: hue angle of 80.23º 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 #AEE83C is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB17423260-
CMYK0.2500.740.09
HSL80.23º78.9%57.25%-
HSV(B)80.23º74.14%90.98%-
XYZ47.1367.0414.73-
YUV195.0551.78112.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.34%
GREEN value IS 232 (91.02% from 255) = 49.79%
BLUE value IS 60 (23.83% from 255) = 12.88%
R=37.34%
G=49.79%
B=12.88%

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
Decimal174232600.2500.740.0980.2378.957.25
HexAEE83C1904A9504f39
Octal256350743101121112011771
Binary10101110111010001111001100101001010100110100001001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE83C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE83C; }

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

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

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

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

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

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

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

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