Html Css Color HEX #AAD069 Conifer

📋 copy color: '#AAD069'

red 170 ◦ green 208 ◦ blue 105

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

Shades of Conifer #AAD069

Tints of Conifer #AAD069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.74%

R = 35.2%
G = 43.06%
B = 21.74%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#AAD069 (or 0xAAD069) is known color: Conifer. HEX triplet: AA, D0 and 69. RGB value is (170,208,105). Sum of RGB (Red+Green+Blue) = 170+208+105=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 208 (81.64% from 255 or 43.06% from 483); Blue value is 105 (41.41% from 255 or 21.74% from 483); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD069 is #552F96. Grayscale: #B9B9B9. Windows color (decimal): -5582743 or 6934698. OLE color: 6934698.

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

Color convert

RGB 170 208 105 -
CMYK 0.18 0 0.50 0.18
HSL 82.14º 0.52% 0.61% -
HSV(B) 82.14º 0.5% 0.82% -
XYZ 41.68 54.68 21.72 -
YUV 184.9 82.91 117.38 -
System Red Green Blue C M Y K H S L
Decimal 170 208 105 0.18 0 0.50 0.18 82.14 0.52 0.61
Hex AA D0 69 12 0 32 12 52 34 3D
Octal 252 320 151 22 0 62 22 122 64 75
Binary 10101010 11010000 1101001 10010 0 110010 10010 1010010 110100 111101

Color Harmonies of #AAD069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD069

Black with #AAD069

Text Example


Text Example

White with #AAD069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD069; }

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

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

background-color css

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

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

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

border-color css

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

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

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