Html Css Color HEX #AAD862 Conifer

📋 copy color: '#AAD862'

red 170 ◦ green 216 ◦ blue 98

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

Shades of Conifer #AAD862

Tints of Conifer #AAD862

RGB

 RED value IS 170 (66.8% from 255) = 35.12%

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

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

R = 35.12%
G = 44.63%
B = 20.25%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#AAD862 (or 0xAAD862) is known color: Conifer. HEX triplet: AA, D8 and 62. RGB value is (170,216,98). Sum of RGB (Red+Green+Blue) = 170+216+98=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 216 (84.77% from 255 or 44.63% from 484); Blue value is 98 (38.67% from 255 or 20.25% from 484); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD862 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD862 is #55279D. Grayscale: #BDBDBD. Windows color (decimal): -5580702 or 6477994. OLE color: 6477994.

HSL color Cylindrical-coordinate representation of color #AAD862: hue angle of 83.39º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AAD862 is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 216 98 -
CMYK 0.21 0 0.55 0.15
HSL 83.39º 0.6% 0.62% -
HSV(B) 83.39º 0.55% 0.85% -
XYZ 43.34 58.54 20.57 -
YUV 188.79 76.76 114.59 -
System Red Green Blue C M Y K H S L
Decimal 170 216 98 0.21 0 0.55 0.15 83.39 0.6 0.62
Hex AA D8 62 15 0 37 F 53 3C 3E
Octal 252 330 142 25 0 67 17 123 74 76
Binary 10101010 11011000 1100010 10101 0 110111 1111 1010011 111100 111110

Color Harmonies of #AAD862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD862

Black with #AAD862

Text Example


Text Example

White with #AAD862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD862; }

 p { color: rgb(170,216,98); }

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

background-color css

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

 a { background-color: rgb(170,216,98); }

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

border-color css

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

 span { border-color: rgb(170,216,98); }

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