#AEDB67

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

Shades of Conifer #AEDB67

Tints of Conifer #AEDB67

Color information

#AEDB67 (or 0xAEDB67) is unknown color: approx Conifer. HEX triplet: AE, DB and 67. RGB value is (174,219,103). Sum of RGB (Red+Green+Blue) = 174+219+103=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 103 (40.62% from 255 or 20.77% from 496); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDB67 is #512498. Grayscale: #C0C0C0. Windows color (decimal): -5317785 or 6806446. OLE color: 6806446.

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

Color convert

RGB174219103-
CMYK0.2100.530.14
HSL83.28º61.7%63.14%-
HSV(B)83.28º52.97%85.88%-
XYZ45.2460.6422.15-
YUV192.3277.59114.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.08%
GREEN value IS 219 (85.94% from 255) = 44.15%
BLUE value IS 103 (40.62% from 255) = 20.77%
R=35.08%
G=44.15%
B=20.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742191030.2100.530.1483.2861.763.14
HexAEDB6715035E533e3f
Octal25633314725065161237677
Binary1010111011011011110011110101011010111101010011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDB67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDB67; }

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

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

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

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

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

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

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

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