#AEE646

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

Shades of Conifer #AEE646

Tints of Conifer #AEE646

Color information

#AEE646 (or 0xAEE646) is unknown color: approx Conifer. HEX triplet: AE, E6 and 46. RGB value is (174,230,70). Sum of RGB (Red+Green+Blue) = 174+230+70=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 230 (90.23% from 255 or 48.52% from 474); Blue value is 70 (27.73% from 255 or 14.77% from 474); Max value from RGB is 230 - color contains mainly: green. Hex color #AEE646 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEE646 is #5119B9. Grayscale: #C3C3C3. Windows color (decimal): -5315002 or 4646574. OLE color: 4646574.

HSL color Cylindrical-coordinate representation of color #AEE646: hue angle of 81º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AEE646 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB17423070-
CMYK0.2400.700.10
HSL81º76.19%58.82%-
HSV(B)81º69.57%90.2%-
XYZ46.8666.0316.07-
YUV195.0257.45113.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.71%
GREEN value IS 230 (90.23% from 255) = 48.52%
BLUE value IS 70 (27.73% from 255) = 14.77%
R=36.71%
G=48.52%
B=14.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal174230700.2400.700.108176.1958.82
HexAEE64618046A514c3b
Octal2563461063001061212111473
Binary101011101110011010001101100001000110101010100011001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE646; }

 p { color: rgb(174,230,70); }

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

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

 a { background-color: rgb(174,230,70); }

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

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

 span { border-color: rgb(174,230,70); }

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