Html Css Color HEX #AADA68 Conifer

📋 copy color: '#AADA68'

red 170 ◦ green 218 ◦ blue 104

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

Shades of Conifer #AADA68

Tints of Conifer #AADA68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.14%

R = 34.55%
G = 44.31%
B = 21.14%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#AADA68 (or 0xAADA68) is known color: Conifer. HEX triplet: AA, DA and 68. RGB value is (170,218,104). Sum of RGB (Red+Green+Blue) = 170+218+104=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 218 (85.55% from 255 or 44.31% from 492); Blue value is 104 (41.02% from 255 or 21.14% from 492); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADA68 is #552597. Grayscale: #BFBFBF. Windows color (decimal): -5580184 or 6871722. OLE color: 6871722.

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

Color convert

RGB 170 218 104 -
CMYK 0.22 0 0.52 0.15
HSL 85.26º 0.61% 0.63% -
HSV(B) 85.26º 0.52% 0.85% -
XYZ 44.15 59.69 22.29 -
YUV 190.65 79.1 113.27 -
System Red Green Blue C M Y K H S L
Decimal 170 218 104 0.22 0 0.52 0.15 85.26 0.61 0.63
Hex AA DA 68 16 0 34 F 55 3D 3F
Octal 252 332 150 26 0 64 17 125 75 77
Binary 10101010 11011010 1101000 10110 0 110100 1111 1010101 111101 111111

Color Harmonies of #AADA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADA68

Black with #AADA68

Text Example


Text Example

White with #AADA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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