Html Css Color HEX #AADA5A Conifer

📋 copy color: '#AADA5A'

red 170 ◦ green 218 ◦ blue 90

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

Shades of Conifer #AADA5A

Tints of Conifer #AADA5A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.61%

 BLUE value IS 90 (35.55% from 255) = 18.83%

R = 35.56%
G = 45.61%
B = 18.83%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#AADA5A (or 0xAADA5A) is known color: Conifer. HEX triplet: AA, DA and 5A. RGB value is (170,218,90). Sum of RGB (Red+Green+Blue) = 170+218+90=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 218 (85.55% from 255 or 45.61% from 478); Blue value is 90 (35.55% from 255 or 18.83% from 478); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADA5A is #5525A5. Grayscale: #BDBDBD. Windows color (decimal): -5580198 or 5954218. OLE color: 5954218.

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

Color convert

RGB 170 218 90 -
CMYK 0.22 0 0.59 0.15
HSL 82.5º 0.63% 0.6% -
HSV(B) 82.5º 0.59% 0.85% -
XYZ 43.49 59.43 18.85 -
YUV 189.06 72.1 114.41 -
System Red Green Blue C M Y K H S L
Decimal 170 218 90 0.22 0 0.59 0.15 82.5 0.63 0.6
Hex AA DA 5A 16 0 3B F 52 3F 3C
Octal 252 332 132 26 0 73 17 122 77 74
Binary 10101010 11011010 1011010 10110 0 111011 1111 1010010 111111 111100

Color Harmonies of #AADA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADA5A

Black with #AADA5A

Text Example


Text Example

White with #AADA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADA5A; }

 p { color: rgb(170,218,90); }

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

background-color css

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

 a { background-color: rgb(170,218,90); }

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

border-color css

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

 span { border-color: rgb(170,218,90); }

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