Html Css Color HEX #AED162 Conifer

📋 copy color: '#AED162'

red 174 ◦ green 209 ◦ blue 98

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

Shades of Conifer #AED162

Tints of Conifer #AED162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.37%

R = 36.17%
G = 43.45%
B = 20.37%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#AED162 (or 0xAED162) is known color: Conifer. HEX triplet: AE, D1 and 62. RGB value is (174,209,98). Sum of RGB (Red+Green+Blue) = 174+209+98=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 209 (82.03% from 255 or 43.45% from 481); Blue value is 98 (38.67% from 255 or 20.37% from 481); Max value from RGB is 209 - color contains mainly: green. Hex color #AED162 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED162 is #512E9D. Grayscale: #BABABA. Windows color (decimal): -5320350 or 6476206. OLE color: 6476206.

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

Color convert

RGB 174 209 98 -
CMYK 0.17 0 0.53 0.18
HSL 78.92º 0.55% 0.6% -
HSV(B) 78.92º 0.53% 0.82% -
XYZ 42.46 55.48 20.03 -
YUV 185.88 78.4 119.53 -
System Red Green Blue C M Y K H S L
Decimal 174 209 98 0.17 0 0.53 0.18 78.92 0.55 0.6
Hex AE D1 62 11 0 35 12 4F 37 3C
Octal 256 321 142 21 0 65 22 117 67 74
Binary 10101110 11010001 1100010 10001 0 110101 10010 1001111 110111 111100

Color Harmonies of #AED162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED162

Black with #AED162

Text Example


Text Example

White with #AED162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED162; }

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

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

background-color css

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

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

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

border-color css

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

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

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