#AEF64E

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

Shades of Conifer #AEF64E

Tints of Conifer #AEF64E

Color information

#AEF64E (or 0xAEF64E) is unknown color: approx Conifer. HEX triplet: AE, F6 and 4E. RGB value is (174,246,78). Sum of RGB (Red+Green+Blue) = 174+246+78=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 246 (96.48% from 255 or 49.40% from 498); Blue value is 78 (30.86% from 255 or 15.66% from 498); Max value from RGB is 246 - color contains mainly: green. Hex color #AEF64E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF64E is #5109B1. Grayscale: #CDCDCD. Windows color (decimal): -5310898 or 5174958. OLE color: 5174958.

HSL color Cylindrical-coordinate representation of color #AEF64E: hue angle of 85.71º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AEF64E is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB17424678-
CMYK0.2900.680.04
HSL85.71º90.32%63.53%-
HSV(B)85.71º68.29%96.47%-
XYZ51.7975.4619.04-
YUV205.3256.15105.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.94%
GREEN value IS 246 (96.48% from 255) = 49.40%
BLUE value IS 78 (30.86% from 255) = 15.66%
R=34.94%
G=49.40%
B=15.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal174246780.2900.680.0485.7190.3263.53
HexAEF64E1D0444565a40
Octal2563661163501044126132100
Binary101011101111011010011101110101000100100101011010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF64E; }

 p { color: rgb(174,246,78); }

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

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

 a { background-color: rgb(174,246,78); }

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

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

 span { border-color: rgb(174,246,78); }

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