#AEFD5C

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

Shades of Conifer #AEFD5C

Tints of Conifer #AEFD5C

Color information

#AEFD5C (or 0xAEFD5C) is unknown color: approx Conifer. HEX triplet: AE, FD and 5C. RGB value is (174,253,92). Sum of RGB (Red+Green+Blue) = 174+253+92=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 253 (99.22% from 255 or 48.75% from 519); Blue value is 92 (36.33% from 255 or 17.73% from 519); Max value from RGB is 253 - color contains mainly: green. Hex color #AEFD5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEFD5C is #5102A3. Grayscale: #D3D3D3. Windows color (decimal): -5309092 or 6094254. OLE color: 6094254.

HSL color Cylindrical-coordinate representation of color #AEFD5C: hue angle of 89.44º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AEFD5C is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB17425392-
CMYK0.3100.640.01
HSL89.44º97.58%67.65%-
HSV(B)89.44º63.64%99.22%-
XYZ54.5180.0222.7-
YUV211.0260.83101.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.53%
GREEN value IS 253 (99.22% from 255) = 48.75%
BLUE value IS 92 (36.33% from 255) = 17.73%
R=33.53%
G=48.75%
B=17.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal174253920.3100.640.0189.4497.5867.65
HexAEFD5C1F0401596244
Octal2563751343701001131142104
Binary1010111011111101101110011111010000001101100111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFD5C; }

 p { color: rgb(174,253,92); }

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

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

 a { background-color: rgb(174,253,92); }

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

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

 span { border-color: rgb(174,253,92); }

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