Html Css Color HEX #AAD469 Conifer

📋 copy color: '#AAD469'

red 170 ◦ green 212 ◦ blue 105

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

Shades of Conifer #AAD469

Tints of Conifer #AAD469

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.53%

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

R = 34.91%
G = 43.53%
B = 21.56%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#AAD469 (or 0xAAD469) is known color: Conifer. HEX triplet: AA, D4 and 69. RGB value is (170,212,105). Sum of RGB (Red+Green+Blue) = 170+212+105=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 212 (83.20% from 255 or 43.53% from 487); Blue value is 105 (41.41% from 255 or 21.56% from 487); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD469 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD469 is #552B96. Grayscale: #BBBBBB. Windows color (decimal): -5581719 or 6935722. OLE color: 6935722.

HSL color Cylindrical-coordinate representation of color #AAD469: hue angle of 83.55º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAD469 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 212 105 -
CMYK 0.20 0 0.50 0.17
HSL 83.55º 0.55% 0.62% -
HSV(B) 83.55º 0.5% 0.83% -
XYZ 42.67 56.65 22.05 -
YUV 187.24 81.59 115.7 -
System Red Green Blue C M Y K H S L
Decimal 170 212 105 0.20 0 0.50 0.17 83.55 0.55 0.62
Hex AA D4 69 14 0 32 11 54 37 3E
Octal 252 324 151 24 0 62 21 124 67 76
Binary 10101010 11010100 1101001 10100 0 110010 10001 1010100 110111 111110

Color Harmonies of #AAD469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD469

Black with #AAD469

Text Example


Text Example

White with #AAD469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD469; }

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

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

background-color css

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

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

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

border-color css

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

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

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