#AEF05D

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

Shades of Conifer #AEF05D

Tints of Conifer #AEF05D

Color information

#AEF05D (or 0xAEF05D) is unknown color: approx Conifer. HEX triplet: AE, F0 and 5D. RGB value is (174,240,93). Sum of RGB (Red+Green+Blue) = 174+240+93=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 240 (94.14% from 255 or 47.34% from 507); Blue value is 93 (36.72% from 255 or 18.34% from 507); Max value from RGB is 240 - color contains mainly: green. Hex color #AEF05D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF05D is #510FA2. Grayscale: #CCCCCC. Windows color (decimal): -5312419 or 6156462. OLE color: 6156462.

HSL color Cylindrical-coordinate representation of color #AEF05D: hue angle of 86.94º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AEF05D is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB17424093-
CMYK0.2800.610.06
HSL86.94º83.05%65.29%-
HSV(B)86.94º61.25%94.12%-
XYZ50.5972.1121.61-
YUV203.5165.63106.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.32%
GREEN value IS 240 (94.14% from 255) = 47.34%
BLUE value IS 93 (36.72% from 255) = 18.34%
R=34.32%
G=47.34%
B=18.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal174240930.2800.610.0686.9483.0565.29
HexAEF05D1C03D6575341
Octal256360135340756127123101
Binary10101110111100001011101111000111101110101011110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF05D; }

 p { color: rgb(174,240,93); }

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

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

 a { background-color: rgb(174,240,93); }

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

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

 span { border-color: rgb(174,240,93); }

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