#AEF35E

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

Shades of Conifer #AEF35E

Tints of Conifer #AEF35E

Color information

#AEF35E (or 0xAEF35E) is unknown color: approx Conifer. HEX triplet: AE, F3 and 5E. RGB value is (174,243,94). Sum of RGB (Red+Green+Blue) = 174+243+94=511 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.05% from 511); Green value is 243 (95.31% from 255 or 47.55% from 511); Blue value is 94 (37.11% from 255 or 18.40% from 511); Max value from RGB is 243 - color contains mainly: green. Hex color #AEF35E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF35E is #510CA1. Grayscale: #CDCDCD. Windows color (decimal): -5311650 or 6222766. OLE color: 6222766.

HSL color Cylindrical-coordinate representation of color #AEF35E: hue angle of 87.79º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AEF35E is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB17424394-
CMYK0.2800.610.05
HSL87.79º86.13%66.08%-
HSV(B)87.79º61.32%95.29%-
XYZ51.5373.9122.14-
YUV205.3865.14105.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.05%
GREEN value IS 243 (95.31% from 255) = 47.55%
BLUE value IS 94 (37.11% from 255) = 18.40%
R=34.05%
G=47.55%
B=18.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal174243940.2800.610.0587.7986.1366.08
HexAEF35E1C03D5585642
Octal256363136340755130126102
Binary10101110111100111011110111000111101101101100010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF35E; }

 p { color: rgb(174,243,94); }

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

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

 a { background-color: rgb(174,243,94); }

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

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

 span { border-color: rgb(174,243,94); }

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