#aee35f

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

Shades of Conifer #AEE35F

Tints of Conifer #AEE35F

Color information

#AEE35F (or 0xAEE35F) is unknown color: approx Conifer. HEX triplet: AE, E3 and 5F. RGB value is (174,227,95). Sum of RGB (Red+Green+Blue) = 174+227+95=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 227 (89.06% from 255 or 45.77% from 496); Blue value is 95 (37.5% from 255 or 19.15% from 496); Max value from RGB is 227 - color contains mainly: green. Hex color #AEE35F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE35F is #511CA0. Grayscale: #C4C4C4. Windows color (decimal): -5315745 or 6284206. OLE color: 6284206.

HSL color Cylindrical-coordinate representation of color #AEE35F: hue angle of 84.09º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AEE35F is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB17422795-
CMYK0.2300.580.11
HSL84.09º70.21%63.14%-
HSV(B)84.09º58.15%89.02%-
XYZ46.9964.7620.85-
YUV196.170.94112.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.08%
GREEN value IS 227 (89.06% from 255) = 45.77%
BLUE value IS 95 (37.5% from 255) = 19.15%
R=35.08%
G=45.77%
B=19.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal174227950.2300.580.1184.0970.2163.14
HexAEE35F1703AB54463f
Octal256343137270721312410677
Binary10101110111000111011111101110111010101110101001000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aee35f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aee35f; }

 p { color: rgb(174,227,95); }

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

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

 a { background-color: rgb(174,227,95); }

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

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

 span { border-color: rgb(174,227,95); }

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