#AEE750

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

Shades of Conifer #AEE750

Tints of Conifer #AEE750

Color information

#AEE750 (or 0xAEE750) is unknown color: approx Conifer. HEX triplet: AE, E7 and 50. RGB value is (174,231,80). Sum of RGB (Red+Green+Blue) = 174+231+80=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 231 (90.62% from 255 or 47.63% from 485); Blue value is 80 (31.64% from 255 or 16.49% from 485); Max value from RGB is 231 - color contains mainly: green. Hex color #AEE750 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEE750 is #5118AF. Grayscale: #C5C5C5. Windows color (decimal): -5314736 or 5302190. OLE color: 5302190.

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

Color convert

RGB17423180-
CMYK0.2500.650.09
HSL82.65º75.88%60.98%-
HSV(B)82.65º65.37%90.59%-
XYZ47.4866.7317.97-
YUV196.7462.12111.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.88%
GREEN value IS 231 (90.62% from 255) = 47.63%
BLUE value IS 80 (31.64% from 255) = 16.49%
R=35.88%
G=47.63%
B=16.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal174231800.2500.650.0982.6575.8860.98
HexAEE750190419534c3d
Octal2563471203101011112311475
Binary101011101110011110100001100101000001100110100111001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE750; }

 p { color: rgb(174,231,80); }

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

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

 a { background-color: rgb(174,231,80); }

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

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

 span { border-color: rgb(174,231,80); }

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