Html Css Color HEX #AED16B Conifer

📋 copy color: '#AED16B'

red 174 ◦ green 209 ◦ blue 107

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

Shades of Conifer #AED16B

Tints of Conifer #AED16B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.65%

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

R = 35.51%
G = 42.65%
B = 21.84%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#AED16B (or 0xAED16B) is known color: Conifer. HEX triplet: AE, D1 and 6B. RGB value is (174,209,107). Sum of RGB (Red+Green+Blue) = 174+209+107=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 209 (82.03% from 255 or 42.65% from 490); Blue value is 107 (42.19% from 255 or 21.84% from 490); Max value from RGB is 209 - color contains mainly: green. Hex color #AED16B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED16B is #512E94. Grayscale: #BBBBBB. Windows color (decimal): -5320341 or 7066030. OLE color: 7066030.

HSL color Cylindrical-coordinate representation of color #AED16B: hue angle of 80.59º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AED16B is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 209 107 -
CMYK 0.17 0 0.49 0.18
HSL 80.59º 0.53% 0.62% -
HSV(B) 80.59º 0.49% 0.82% -
XYZ 42.91 55.66 22.39 -
YUV 186.91 82.9 118.79 -
System Red Green Blue C M Y K H S L
Decimal 174 209 107 0.17 0 0.49 0.18 80.59 0.53 0.62
Hex AE D1 6B 11 0 31 12 51 35 3E
Octal 256 321 153 21 0 61 22 121 65 76
Binary 10101110 11010001 1101011 10001 0 110001 10010 1010001 110101 111110

Color Harmonies of #AED16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED16B

Black with #AED16B

Text Example


Text Example

White with #AED16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED16B; }

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

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

background-color css

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

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

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

border-color css

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

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

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