Html Css Color HEX #AADA6B Conifer

📋 copy color: '#AADA6B'

red 170 ◦ green 218 ◦ blue 107

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

Shades of Conifer #AADA6B

Tints of Conifer #AADA6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.62%

R = 34.34%
G = 44.04%
B = 21.62%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#AADA6B (or 0xAADA6B) is known color: Conifer. HEX triplet: AA, DA and 6B. RGB value is (170,218,107). Sum of RGB (Red+Green+Blue) = 170+218+107=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 107 (42.19% from 255 or 21.62% from 495); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADA6B is #552594. Grayscale: #BFBFBF. Windows color (decimal): -5580181 or 7068330. OLE color: 7068330.

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

Color convert

RGB 170 218 107 -
CMYK 0.22 0 0.51 0.15
HSL 85.95º 0.6% 0.64% -
HSV(B) 85.95º 0.51% 0.85% -
XYZ 44.3 59.75 23.11 -
YUV 190.99 80.6 113.03 -
System Red Green Blue C M Y K H S L
Decimal 170 218 107 0.22 0 0.51 0.15 85.95 0.6 0.64
Hex AA DA 6B 16 0 33 F 56 3C 40
Octal 252 332 153 26 0 63 17 126 74 100
Binary 10101010 11011010 1101011 10110 0 110011 1111 1010110 111100 1000000

Color Harmonies of #AADA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADA6B

Black with #AADA6B

Text Example


Text Example

White with #AADA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADA6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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