#AEF44C

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

Shades of Conifer #AEF44C

Tints of Conifer #AEF44C

Color information

#AEF44C (or 0xAEF44C) is unknown color: approx Conifer. HEX triplet: AE, F4 and 4C. RGB value is (174,244,76). Sum of RGB (Red+Green+Blue) = 174+244+76=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 244 (95.70% from 255 or 49.39% from 494); Blue value is 76 (30.08% from 255 or 15.38% from 494); Max value from RGB is 244 - color contains mainly: green. Hex color #AEF44C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEF44C is #510BB3. Grayscale: #CCCCCC. Windows color (decimal): -5311412 or 5043374. OLE color: 5043374.

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

Color convert

RGB17424476-
CMYK0.2900.690.04
HSL85º88.42%62.75%-
HSV(B)85º68.85%95.69%-
XYZ51.1174.2218.47-
YUV203.9255.81106.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.22%
GREEN value IS 244 (95.70% from 255) = 49.39%
BLUE value IS 76 (30.08% from 255) = 15.38%
R=35.22%
G=49.39%
B=15.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal174244760.2900.690.048588.4262.75
HexAEF44C1D045455583f
Octal256364114350105412513077
Binary10101110111101001001100111010100010110010101011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF44C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF44C; }

 p { color: rgb(174,244,76); }

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

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

 a { background-color: rgb(174,244,76); }

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

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

 span { border-color: rgb(174,244,76); }

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