#AEFA5D

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

Shades of Conifer #AEFA5D

Tints of Conifer #AEFA5D

Color information

#AEFA5D (or 0xAEFA5D) is unknown color: approx Conifer. HEX triplet: AE, FA and 5D. RGB value is (174,250,93). Sum of RGB (Red+Green+Blue) = 174+250+93=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 250 (98.05% from 255 or 48.36% from 517); Blue value is 93 (36.72% from 255 or 17.99% from 517); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFA5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFA5D is #5105A2. Grayscale: #D1D1D1. Windows color (decimal): -5309859 or 6159022. OLE color: 6159022.

HSL color Cylindrical-coordinate representation of color #AEFA5D: hue angle of 89.04º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AEFA5D is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB17425093-
CMYK0.3000.630.02
HSL89.04º94.01%67.25%-
HSV(B)89.04º62.8%98.04%-
XYZ53.6278.1622.62-
YUV209.3862.32102.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.66%
GREEN value IS 250 (98.05% from 255) = 48.36%
BLUE value IS 93 (36.72% from 255) = 17.99%
R=33.66%
G=48.36%
B=17.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal174250930.3000.630.0289.0494.0167.25
HexAEFA5D1E03F2595e43
Octal256372135360772131136103
Binary1010111011111010101110111110011111110101100110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFA5D; }

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

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

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

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

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

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

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

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