#AED35D

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

Shades of Conifer #AED35D

Tints of Conifer #AED35D

Color information

#AED35D (or 0xAED35D) is unknown color: approx Conifer. HEX triplet: AE, D3 and 5D. RGB value is (174,211,93). Sum of RGB (Red+Green+Blue) = 174+211+93=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 211 - color contains mainly: green. Hex color #AED35D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED35D is #512CA2. Grayscale: #BABABA. Windows color (decimal): -5319843 or 6149038. OLE color: 6149038.

HSL color Cylindrical-coordinate representation of color #AED35D: hue angle of 78.81º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AED35D is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB17421193-
CMYK0.1800.560.17
HSL78.81º57.28%59.61%-
HSV(B)78.81º55.92%82.75%-
XYZ42.7356.3818.99-
YUV186.4875.24119.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.40%
GREEN value IS 211 (82.81% from 255) = 44.14%
BLUE value IS 93 (36.72% from 255) = 19.46%
R=36.40%
G=44.14%
B=19.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal174211930.1800.560.1778.8157.2859.61
HexAED35D12038114f393c
Octal25632313522070211177174
Binary10101110110100111011101100100111000100011001111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED35D; }

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

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

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

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

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

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

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

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