#AEFF58

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

Shades of Conifer #AEFF58

Tints of Conifer #AEFF58

Color information

#AEFF58 (or 0xAEFF58) is unknown color: approx Conifer. HEX triplet: AE, FF and 58. RGB value is (174,255,88). Sum of RGB (Red+Green+Blue) = 174+255+88=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 255 (100% from 255 or 49.32% from 517); Blue value is 88 (34.77% from 255 or 17.02% from 517); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF58 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFF58 is #5100A7. Grayscale: #D4D4D4. Windows color (decimal): -5308584 or 5832622. OLE color: 5832622.

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

Color convert

RGB17425588-
CMYK0.3200.650
HSL89.1º100%67.25%-
HSV(B)89.1º65.49%100%-
XYZ54.9881.2222.01-
YUV211.7458.16101.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.66%
GREEN value IS 255 (100% from 255) = 49.32%
BLUE value IS 88 (34.77% from 255) = 17.02%
R=33.66%
G=49.32%
B=17.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal174255880.3200.65089.110067.25
HexAEFF58200410596443
Octal2563771304001010131144103
Binary10101110111111111011000100000010000010101100111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFF58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFF58; }

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

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

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

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

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

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

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

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