Html Css Color HEX #AED86B Conifer

📋 copy color: '#AED86B'

red 174 ◦ green 216 ◦ blue 107

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

Shades of Conifer #AED86B

Tints of Conifer #AED86B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.53%

R = 35.01%
G = 43.46%
B = 21.53%

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

#AED86B (or 0xAED86B) is known color: Conifer. HEX triplet: AE, D8 and 6B. RGB value is (174,216,107). Sum of RGB (Red+Green+Blue) = 174+216+107=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 216 (84.77% from 255 or 43.46% from 497); Blue value is 107 (42.19% from 255 or 21.53% from 497); Max value from RGB is 216 - color contains mainly: green. Hex color #AED86B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED86B is #512794. Grayscale: #BFBFBF. Windows color (decimal): -5318549 or 7067822. OLE color: 7067822.

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

Color convert

RGB 174 216 107 -
CMYK 0.19 0 0.50 0.15
HSL 83.12º 0.58% 0.63% -
HSV(B) 83.12º 0.5% 0.85% -
XYZ 44.67 59.17 22.98 -
YUV 191.02 80.59 115.86 -
System Red Green Blue C M Y K H S L
Decimal 174 216 107 0.19 0 0.50 0.15 83.12 0.58 0.63
Hex AE D8 6B 13 0 32 F 53 3A 3F
Octal 256 330 153 23 0 62 17 123 72 77
Binary 10101110 11011000 1101011 10011 0 110010 1111 1010011 111010 111111

Color Harmonies of #AED86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED86B

Black with #AED86B

Text Example


Text Example

White with #AED86B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED86B; }

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

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

background-color css

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

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

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

border-color css

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

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

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