#AEDB55

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

Shades of Conifer #AEDB55

Tints of Conifer #AEDB55

Color information

#AEDB55 (or 0xAEDB55) is unknown color: approx Conifer. HEX triplet: AE, DB and 55. RGB value is (174,219,85). Sum of RGB (Red+Green+Blue) = 174+219+85=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 85 (33.59% from 255 or 17.78% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDB55 is #5124AA. Grayscale: #BEBEBE. Windows color (decimal): -5317803 or 5626798. OLE color: 5626798.

HSL color Cylindrical-coordinate representation of color #AEDB55: hue angle of 80.15º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AEDB55 is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB17421985-
CMYK0.2100.610.14
HSL80.15º65.05%59.61%-
HSV(B)80.15º61.19%85.88%-
XYZ44.4360.3217.9-
YUV190.2768.59116.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.40%
GREEN value IS 219 (85.94% from 255) = 45.82%
BLUE value IS 85 (33.59% from 255) = 17.78%
R=36.40%
G=45.82%
B=17.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal174219850.2100.610.1480.1565.0559.61
HexAEDB551503DE50413c
Octal256333125250751612010174
Binary10101110110110111010101101010111101111010100001000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDB55; }

 p { color: rgb(174,219,85); }

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

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

 a { background-color: rgb(174,219,85); }

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

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

 span { border-color: rgb(174,219,85); }

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