Html Css Color HEX #AADA64 Conifer

📋 copy color: '#AADA64'

red 170 ◦ green 218 ◦ blue 100

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

Shades of Conifer #AADA64

Tints of Conifer #AADA64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.49%

R = 34.84%
G = 44.67%
B = 20.49%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#AADA64 (or 0xAADA64) is known color: Conifer. HEX triplet: AA, DA and 64. RGB value is (170,218,100). Sum of RGB (Red+Green+Blue) = 170+218+100=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 100 (39.45% from 255 or 20.49% from 488); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADA64 is #55259B. Grayscale: #BEBEBE. Windows color (decimal): -5580188 or 6609578. OLE color: 6609578.

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

Color convert

RGB 170 218 100 -
CMYK 0.22 0 0.54 0.15
HSL 84.41º 0.61% 0.62% -
HSV(B) 84.41º 0.54% 0.85% -
XYZ 43.95 59.61 21.25 -
YUV 190.2 77.1 113.59 -
System Red Green Blue C M Y K H S L
Decimal 170 218 100 0.22 0 0.54 0.15 84.41 0.61 0.62
Hex AA DA 64 16 0 36 F 54 3D 3E
Octal 252 332 144 26 0 66 17 124 75 76
Binary 10101010 11011010 1100100 10110 0 110110 1111 1010100 111101 111110

Color Harmonies of #AADA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADA64

Black with #AADA64

Text Example


Text Example

White with #AADA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADA64; }

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

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

background-color css

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

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

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

border-color css

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

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

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