Html Css Color HEX #AED86C Conifer

📋 copy color: '#AED86C'

red 174 ◦ green 216 ◦ blue 108

#AED86C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #AED86C

Tints of Conifer #AED86C

RGB

 RED value IS 174 (68.36% from 255) = 34.94%

 GREEN value IS 216 (84.77% from 255) = 43.37%

 BLUE value IS 108 (42.58% from 255) = 21.69%

R = 34.94%
G = 43.37%
B = 21.69%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#AED86C (or 0xAED86C) is known color: Conifer. HEX triplet: AE, D8 and 6C. RGB value is (174,216,108). Sum of RGB (Red+Green+Blue) = 174+216+108=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 216 (84.77% from 255 or 43.37% from 498); Blue value is 108 (42.58% from 255 or 21.69% from 498); Max value from RGB is 216 - color contains mainly: green. Hex color #AED86C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED86C is #512793. Grayscale: #BFBFBF. Windows color (decimal): -5318548 or 7133358. OLE color: 7133358.

HSL color Cylindrical-coordinate representation of color #AED86C: hue angle of 83.33º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AED86C is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 216 108 -
CMYK 0.19 0 0.50 0.15
HSL 83.33º 0.58% 0.64% -
HSV(B) 83.33º 0.5% 0.85% -
XYZ 44.72 59.19 23.26 -
YUV 191.13 81.09 115.78 -
System Red Green Blue C M Y K H S L
Decimal 174 216 108 0.19 0 0.50 0.15 83.33 0.58 0.64
Hex AE D8 6C 13 0 32 F 53 3A 40
Octal 256 330 154 23 0 62 17 123 72 100
Binary 10101110 11011000 1101100 10011 0 110010 1111 1010011 111010 1000000

Color Harmonies of #AED86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED86C

Black with #AED86C

Text Example


Text Example

White with #AED86C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED86C; }

 p { color: rgb(174,216,108); }

 H1.HeaderClassName
 {
   color: #AED86C;
 }
 .AnyTagClassName
 {
   color: #AED86C;
 }
</style>

background-color css

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

 a { background-color: rgb(174,216,108); }

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

border-color css

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

 span { border-color: rgb(174,216,108); }

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