Html Css Color HEX #AAD063 Conifer

📋 copy color: '#AAD063'

red 170 ◦ green 208 ◦ blue 99

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

Shades of Conifer #AAD063

Tints of Conifer #AAD063

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.61%

 BLUE value IS 99 (39.06% from 255) = 20.75%

R = 35.64%
G = 43.61%
B = 20.75%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#AAD063 (or 0xAAD063) is known color: Conifer. HEX triplet: AA, D0 and 63. RGB value is (170,208,99). Sum of RGB (Red+Green+Blue) = 170+208+99=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 208 (81.64% from 255 or 43.61% from 477); Blue value is 99 (39.06% from 255 or 20.75% from 477); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD063 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD063 is #552F9C. Grayscale: #B8B8B8. Windows color (decimal): -5582749 or 6541482. OLE color: 6541482.

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

Color convert

RGB 170 208 99 -
CMYK 0.18 0 0.52 0.18
HSL 80.92º 0.54% 0.6% -
HSV(B) 80.92º 0.52% 0.82% -
XYZ 41.39 54.56 20.15 -
YUV 184.21 79.91 117.86 -
System Red Green Blue C M Y K H S L
Decimal 170 208 99 0.18 0 0.52 0.18 80.92 0.54 0.6
Hex AA D0 63 12 0 34 12 51 36 3C
Octal 252 320 143 22 0 64 22 121 66 74
Binary 10101010 11010000 1100011 10010 0 110100 10010 1010001 110110 111100

Color Harmonies of #AAD063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD063

Black with #AAD063

Text Example


Text Example

White with #AAD063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD063; }

 p { color: rgb(170,208,99); }

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

background-color css

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

 a { background-color: rgb(170,208,99); }

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

border-color css

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

 span { border-color: rgb(170,208,99); }

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