#AED75B

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

Shades of Conifer #AED75B

Tints of Conifer #AED75B

Color information

#AED75B (or 0xAED75B) is unknown color: approx Conifer. HEX triplet: AE, D7 and 5B. RGB value is (174,215,91). Sum of RGB (Red+Green+Blue) = 174+215+91=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 215 (84.38% from 255 or 44.79% from 480); Blue value is 91 (35.94% from 255 or 18.96% from 480); Max value from RGB is 215 - color contains mainly: green. Hex color #AED75B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED75B is #5128A4. Grayscale: #BDBDBD. Windows color (decimal): -5318821 or 6018990. OLE color: 6018990.

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

Color convert

RGB17421591-
CMYK0.1900.580.16
HSL79.84º60.78%60%-
HSV(B)79.84º57.67%84.31%-
XYZ43.6458.3518.86-
YUV188.672.92117.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.25%
GREEN value IS 215 (84.38% from 255) = 44.79%
BLUE value IS 91 (35.94% from 255) = 18.96%
R=36.25%
G=44.79%
B=18.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal174215910.1900.580.1679.8460.7860
HexAED75B1303A10503d3c
Octal25632713323072201207574
Binary10101110110101111011011100110111010100001010000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED75B; }

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

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

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

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

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

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

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

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