Html Css Color HEX #AADC51 Conifer

📋 copy color: '#AADC51'

red 170 ◦ green 220 ◦ blue 81

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

Shades of Conifer #AADC51

Tints of Conifer #AADC51

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.71%

 BLUE value IS 81 (32.03% from 255) = 17.2%

R = 36.09%
G = 46.71%
B = 17.2%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#AADC51 (or 0xAADC51) is known color: Conifer. HEX triplet: AA, DC and 51. RGB value is (170,220,81). Sum of RGB (Red+Green+Blue) = 170+220+81=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 81 (32.03% from 255 or 17.20% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADC51 is #5523AE. Grayscale: #BDBDBD. Windows color (decimal): -5579695 or 5364906. OLE color: 5364906.

HSL color Cylindrical-coordinate representation of color #AADC51: hue angle of 81.58º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AADC51 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 220 81 -
CMYK 0.23 0 0.63 0.14
HSL 81.58º 0.67% 0.59% -
HSV(B) 81.58º 0.63% 0.86% -
XYZ 43.66 60.33 17.13 -
YUV 189.2 66.94 114.3 -
System Red Green Blue C M Y K H S L
Decimal 170 220 81 0.23 0 0.63 0.14 81.58 0.67 0.59
Hex AA DC 51 17 0 3F E 52 43 3B
Octal 252 334 121 27 0 77 16 122 103 73
Binary 10101010 11011100 1010001 10111 0 111111 1110 1010010 1000011 111011

Color Harmonies of #AADC51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADC51

Black with #AADC51

Text Example


Text Example

White with #AADC51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADC51; }

 p { color: rgb(170,220,81); }

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

background-color css

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

 a { background-color: rgb(170,220,81); }

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

border-color css

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

 span { border-color: rgb(170,220,81); }

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