Html Css Color HEX #AADC5D Conifer

📋 copy color: '#AADC5D'

red 170 ◦ green 220 ◦ blue 93

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

Shades of Conifer #AADC5D

Tints of Conifer #AADC5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.25%

R = 35.2%
G = 45.55%
B = 19.25%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#AADC5D (or 0xAADC5D) is known color: Conifer. HEX triplet: AA, DC and 5D. RGB value is (170,220,93). Sum of RGB (Red+Green+Blue) = 170+220+93=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 93 (36.72% from 255 or 19.25% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADC5D is #5523A2. Grayscale: #BFBFBF. Windows color (decimal): -5579683 or 6151338. OLE color: 6151338.

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

Color convert

RGB 170 220 93 -
CMYK 0.23 0 0.58 0.14
HSL 83.62º 0.64% 0.61% -
HSV(B) 83.62º 0.58% 0.86% -
XYZ 44.15 60.52 19.71 -
YUV 190.57 72.94 113.33 -
System Red Green Blue C M Y K H S L
Decimal 170 220 93 0.23 0 0.58 0.14 83.62 0.64 0.61
Hex AA DC 5D 17 0 3A E 54 40 3D
Octal 252 334 135 27 0 72 16 124 100 75
Binary 10101010 11011100 1011101 10111 0 111010 1110 1010100 1000000 111101

Color Harmonies of #AADC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADC5D

Black with #AADC5D

Text Example


Text Example

White with #AADC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADC5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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