#AEFE61

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

Shades of Conifer #AEFE61

Tints of Conifer #AEFE61

Color information

#AEFE61 (or 0xAEFE61) is unknown color: approx Conifer. HEX triplet: AE, FE and 61. RGB value is (174,254,97). Sum of RGB (Red+Green+Blue) = 174+254+97=525 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.14% from 525); Green value is 254 (99.61% from 255 or 48.38% from 525); Blue value is 97 (38.28% from 255 or 18.48% from 525); Max value from RGB is 254 - color contains mainly: green. Hex color #AEFE61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFE61 is #51019E. Grayscale: #D4D4D4. Windows color (decimal): -5308831 or 6422190. OLE color: 6422190.

HSL color Cylindrical-coordinate representation of color #AEFE61: hue angle of 90.57º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AEFE61 is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.00.

Color convert

RGB17425497-
CMYK0.3100.620.00
HSL90.57º98.74%68.82%-
HSV(B)90.57º61.81%99.61%-
XYZ55.0680.7523.99-
YUV212.1863100.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.14%
GREEN value IS 254 (99.61% from 255) = 48.38%
BLUE value IS 97 (38.28% from 255) = 18.48%
R=33.14%
G=48.38%
B=18.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal174254970.3100.620.0090.5798.7468.82
HexAEFE611F03E05b6345
Octal256376141370760133143105
Binary101011101111111011000011111101111100101101111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFE61; }

 p { color: rgb(174,254,97); }

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

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

 a { background-color: rgb(174,254,97); }

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

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

 span { border-color: rgb(174,254,97); }

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