Html Css Color HEX #AAD062 Conifer

📋 copy color: '#AAD062'

red 170 ◦ green 208 ◦ blue 98

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

Shades of Conifer #AAD062

Tints of Conifer #AAD062

RGB

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

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

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

R = 35.71%
G = 43.7%
B = 20.59%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#AAD062 (or 0xAAD062) is known color: Conifer. HEX triplet: AA, D0 and 62. RGB value is (170,208,98). Sum of RGB (Red+Green+Blue) = 170+208+98=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 208 (81.64% from 255 or 43.70% from 476); Blue value is 98 (38.67% from 255 or 20.59% from 476); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD062 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD062 is #552F9D. Grayscale: #B8B8B8. Windows color (decimal): -5582750 or 6475946. OLE color: 6475946.

HSL color Cylindrical-coordinate representation of color #AAD062: hue angle of 80.73º degrees, saturation: 0.54, 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 #AAD062 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 208 98 -
CMYK 0.18 0 0.53 0.18
HSL 80.73º 0.54% 0.6% -
HSV(B) 80.73º 0.53% 0.82% -
XYZ 41.34 54.54 19.9 -
YUV 184.1 79.41 117.94 -
System Red Green Blue C M Y K H S L
Decimal 170 208 98 0.18 0 0.53 0.18 80.73 0.54 0.6
Hex AA D0 62 12 0 35 12 51 36 3C
Octal 252 320 142 22 0 65 22 121 66 74
Binary 10101010 11010000 1100010 10010 0 110101 10010 1010001 110110 111100

Color Harmonies of #AAD062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD062

Black with #AAD062

Text Example


Text Example

White with #AAD062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD062; }

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

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

background-color css

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

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

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

border-color css

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

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

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