#AED75C

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

Shades of Conifer #AED75C

Tints of Conifer #AED75C

Color information

#AED75C (or 0xAED75C) is unknown color: approx Conifer. HEX triplet: AE, D7 and 5C. RGB value is (174,215,92). Sum of RGB (Red+Green+Blue) = 174+215+92=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 215 (84.38% from 255 or 44.70% from 481); Blue value is 92 (36.33% from 255 or 19.13% from 481); Max value from RGB is 215 - color contains mainly: green. Hex color #AED75C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED75C is #5128A3. Grayscale: #BDBDBD. Windows color (decimal): -5318820 or 6084526. OLE color: 6084526.

HSL color Cylindrical-coordinate representation of color #AED75C: hue angle of 80º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AED75C is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB17421592-
CMYK0.1900.570.16
HSL80º60.59%60.2%-
HSV(B)80º57.21%84.31%-
XYZ43.6958.3719.09-
YUV188.7273.42117.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.17%
GREEN value IS 215 (84.38% from 255) = 44.70%
BLUE value IS 92 (36.33% from 255) = 19.13%
R=36.17%
G=44.70%
B=19.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal174215920.1900.570.168060.5960.2
HexAED75C1303910503d3c
Octal25632713423071201207574
Binary10101110110101111011100100110111001100001010000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED75C; }

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

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

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

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

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

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

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

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