#AEE542

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

Shades of Conifer #AEE542

Tints of Conifer #AEE542

Color information

#AEE542 (or 0xAEE542) is unknown color: approx Conifer. HEX triplet: AE, E5 and 42. RGB value is (174,229,66). Sum of RGB (Red+Green+Blue) = 174+229+66=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 229 (89.84% from 255 or 48.83% from 469); Blue value is 66 (26.17% from 255 or 14.07% from 469); Max value from RGB is 229 - color contains mainly: green. Hex color #AEE542 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEE542 is #511ABD. Grayscale: #C2C2C2. Windows color (decimal): -5315262 or 4384174. OLE color: 4384174.

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

Color convert

RGB17422966-
CMYK0.2400.710.10
HSL80.25º75.81%57.84%-
HSV(B)80.25º71.18%89.8%-
XYZ46.4665.4315.34-
YUV193.9755.78113.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.10%
GREEN value IS 229 (89.84% from 255) = 48.83%
BLUE value IS 66 (26.17% from 255) = 14.07%
R=37.10%
G=48.83%
B=14.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal174229660.2400.710.1080.2575.8157.84
HexAEE54218047A504c3a
Octal2563451023001071212011472
Binary101011101110010110000101100001000111101010100001001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE542; }

 p { color: rgb(174,229,66); }

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

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

 a { background-color: rgb(174,229,66); }

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

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

 span { border-color: rgb(174,229,66); }

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