#AEFF5A

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

Shades of Conifer #AEFF5A

Tints of Conifer #AEFF5A

Color information

#AEFF5A (or 0xAEFF5A) is unknown color: approx Conifer. HEX triplet: AE, FF and 5A. RGB value is (174,255,90). Sum of RGB (Red+Green+Blue) = 174+255+90=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 90 (35.55% from 255 or 17.34% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFF5A is #5100A5. Grayscale: #D4D4D4. Windows color (decimal): -5308582 or 5963694. OLE color: 5963694.

HSL color Cylindrical-coordinate representation of color #AEFF5A: hue angle of 89.45º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AEFF5A is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.

Color convert

RGB17425590-
CMYK0.3200.650
HSL89.45º100%67.65%-
HSV(B)89.45º64.71%100%-
XYZ55.0681.2622.45-
YUV211.9759.16100.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.53%
GREEN value IS 255 (100% from 255) = 49.13%
BLUE value IS 90 (35.55% from 255) = 17.34%
R=33.53%
G=49.13%
B=17.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal174255900.3200.65089.4510067.65
HexAEFF5A200410596444
Octal2563771324001010131144104
Binary10101110111111111011010100000010000010101100111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFF5A; }

 p { color: rgb(174,255,90); }

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

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

 a { background-color: rgb(174,255,90); }

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

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

 span { border-color: rgb(174,255,90); }

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