Html Css Color HEX #AADC5F Conifer

📋 copy color: '#AADC5F'

red 170 ◦ green 220 ◦ blue 95

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

Shades of Conifer #AADC5F

Tints of Conifer #AADC5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.59%

R = 35.05%
G = 45.36%
B = 19.59%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#AADC5F (or 0xAADC5F) is known color: Conifer. HEX triplet: AA, DC and 5F. RGB value is (170,220,95). Sum of RGB (Red+Green+Blue) = 170+220+95=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 95 (37.5% from 255 or 19.59% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADC5F is #5523A0. Grayscale: #BFBFBF. Windows color (decimal): -5579681 or 6282410. OLE color: 6282410.

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

Color convert

RGB 170 220 95 -
CMYK 0.23 0 0.57 0.14
HSL 84º 0.64% 0.62% -
HSV(B) 84º 0.57% 0.86% -
XYZ 44.24 60.56 20.18 -
YUV 190.8 73.94 113.16 -
System Red Green Blue C M Y K H S L
Decimal 170 220 95 0.23 0 0.57 0.14 84 0.64 0.62
Hex AA DC 5F 17 0 39 E 54 40 3E
Octal 252 334 137 27 0 71 16 124 100 76
Binary 10101010 11011100 1011111 10111 0 111001 1110 1010100 1000000 111110

Color Harmonies of #AADC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADC5F

Black with #AADC5F

Text Example


Text Example

White with #AADC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADC5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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